From: Andrew M. Kuchling Date: Thu, 21 Feb 2008 14:23:38 +0000 (+0000) Subject: Close manifest file. X-Git-Tag: v2.6a1~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d6c13e733c0850723a30254eb8b89fd8515c4f8;p=thirdparty%2FPython%2Fcpython.git Close manifest file. This change doesn't make any difference to CPython, but is a necessary fix for Jython. --- diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index 3dfe6f21a7bb..a06b1953b45b 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py @@ -383,6 +383,7 @@ class sdist (Command): if line[-1] == '\n': line = line[0:-1] self.filelist.append(line) + manifest.close() # read_manifest ()