commit | 9082cdd009cc5c4945cd1200cc58f6bf69eb2817 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Mon Sep 18 00:41:10 2000 +0000 |
committer | Greg Ward <gward@python.net> | Mon Sep 18 00:41:10 2000 +0000 |
tree | 4819b6f29c226b752f69e68c9f7eb5aae78220e2 | |
parent | 5316ef4bbb5c214fdccb83c93dcafb8bbf4d754f [diff] [blame] |
Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index 6de703e..9b9f606 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py
@@ -332,7 +332,7 @@ join_lines=1, lstrip_ws=1, rstrip_ws=1, - collapse_ws=1) + collapse_join=1) while 1: line = template.readline()