commit | 2d6c13e733c0850723a30254eb8b89fd8515c4f8 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Feb 21 14:23:38 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Feb 21 14:23:38 2008 +0000 |
tree | 8f038fd9792c39be11ea90a8f7951efecbbc1f29 | |
parent | 8a803dd94b2c1b080d7b02afe774445c2710e68b [diff] [blame] |
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 3dfe6f2..a06b195 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py
@@ -383,6 +383,7 @@ if line[-1] == '\n': line = line[0:-1] self.filelist.append(line) + manifest.close() # read_manifest ()