Close manifest file.

This change doesn't make any difference to CPython, but is a necessary fix for Jython.
This commit is contained in:
Andrew M. Kuchling 2008-02-21 14:23:38 +00:00
parent 8a803dd94b
commit 2d6c13e733

View file

@ -383,6 +383,7 @@ class sdist (Command):
if line[-1] == '\n':
line = line[0:-1]
self.filelist.append(line)
manifest.close()
# read_manifest ()