diff options
author | Éric Araujo <merwok@netwok.org> | 2010-08-14 02:30:34 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-08-14 02:30:34 (GMT) |
commit | da668ff24fc7d959ad2938f128281dcc49d168d8 (patch) | |
tree | c3472aa284598314ea66b2319d744bf4d9ef6b53 /Misc | |
parent | e406ef41b162698478df3f7a000999debb7135f7 (diff) | |
download | cpython-da668ff24fc7d959ad2938f128281dcc49d168d8.zip cpython-da668ff24fc7d959ad2938f128281dcc49d168d8.tar.gz cpython-da668ff24fc7d959ad2938f128281dcc49d168d8.tar.bz2 |
Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -83,6 +83,10 @@ Extensions Library ------- +- Issue #8688: MANIFEST files created by distutils now include a magic + comment indicating they are generated. Manually maintained MANIFESTs + without this marker will not be overwritten or removed. + - Issue #7467: when reading a file from a ZIP archive, its CRC is checked and a BadZipfile error is raised if it doesn't match (as used to be the case in Python 2.5 and earlier). |