mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
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:
parent
3557f42658
commit
333da5f000
1 changed files with 0 additions and 1 deletions
|
|
@ -176,7 +176,6 @@ def format_roman(self, case, counter):
|
|||
|
||||
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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue