]> granicus.if.org Git - python/commitdiff
Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).
authorGreg Ward <gward@python.net>
Mon, 18 Sep 2000 00:41:10 +0000 (00:41 +0000)
committerGreg Ward <gward@python.net>
Mon, 18 Sep 2000 00:41:10 +0000 (00:41 +0000)
Lib/distutils/command/sdist.py

index 6de703ec928a1f1b07e3b0685d6b298a69205b8a..9b9f6064c516c568d2b9b09aa812596f386f7e91 100644 (file)
@@ -332,7 +332,7 @@ class sdist (Command):
                              join_lines=1,
                              lstrip_ws=1,
                              rstrip_ws=1,
-                             collapse_ws=1)
+                             collapse_join=1)
 
         while 1:
             line = template.readline()