commit | 60cd2864fe1e473f0bfc46b439b33b7864e40f0f | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat Sep 16 18:04:55 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sat Sep 16 18:04:55 2000 +0000 |
tree | 7c1af72797e264f2bccb446c1bbe6ec18d80a8e1 | |
parent | 174efc9cdbc3b398096ec24a7bb4ebe650ec5929 [diff] |
[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.