Commit b1165a0f authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Close manifest file.

This change doesn't make any difference to CPython, but is a necessary fix for Jython.
parent 21a51933
......@@ -383,6 +383,7 @@ class sdist (Command):
if line[-1] == '\n':
line = line[0:-1]
self.filelist.append(line)
manifest.close()
# read_manifest ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment