From: Greg Ward Date: Mon, 18 Sep 2000 00:41:10 +0000 (+0000) Subject: Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). X-Git-Tag: v2.0b2~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9082cdd009cc5c4945cd1200cc58f6bf69eb2817;p=thirdparty%2FPython%2Fcpython.git 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 6de703ec928a..9b9f6064c516 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py @@ -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()