Kaydet (Commit) 333da5f0 authored tarafından Fred Drake's avatar Fred Drake

remove the other half of one of the regsub-related comments; the other

half was removed in revision 1.25
üst 3557f426
......@@ -176,7 +176,6 @@ class AbstractFormatter:
def add_flowing_data(self, data):
if not data: return
# The following looks a bit convoluted but is a great improvement over
prespace = data[:1].isspace()
postspace = data[-1:].isspace()
data = " ".join(data.split())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment