mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Close manifest file.
This change doesn't make any difference to CPython, but is a necessary fix for Jython.
This commit is contained in:
parent
8a803dd94b
commit
2d6c13e733
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ class sdist (Command):
|
|||
if line[-1] == '\n':
|
||||
line = line[0:-1]
|
||||
self.filelist.append(line)
|
||||
manifest.close()
|
||||
|
||||
# read_manifest ()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue