]> granicus.if.org Git - python/commit
[change from 2000/04/17, propagating now to distutils copy]
authorGreg Ward <gward@python.net>
Sat, 16 Sep 2000 18:04:55 +0000 (18:04 +0000)
committerGreg Ward <gward@python.net>
Sat, 16 Sep 2000 18:04:55 +0000 (18:04 +0000)
commit60cd2864fe1e473f0bfc46b439b33b7864e40f0f
tree7c1af72797e264f2bccb446c1bbe6ec18d80a8e1
parent174efc9cdbc3b398096ec24a7bb4ebe650ec5929
[change from 2000/04/17, propagating now to distutils copy]
Dropped the 'collapse_ws' option and replaced it with 'collapse_join' --
it's *much* faster (no 're.sub()') and this is the reason I really added
'collapse_ws', ie. to remove leading whitespace from a line being joined
to the previous line.
Lib/distutils/text_file.py