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

half was removed in revision 1.25
This commit is contained in:
Fred Drake 2004-12-07 14:08:24 +00:00
parent 3557f42658
commit 333da5f000
1 changed files with 0 additions and 1 deletions

View File

@ -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())