summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-31 02:06:12 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-31 02:06:12 (GMT)
commitab7c1b3f1137f7479aa3c1aee82a353ee214cfe5 (patch)
tree442ad097237974217b04bbdbc3567f2a8513ca6a /Misc/ACKS
parenta3e072bb89b2ef34d49458c78c1c67ee65e5d2a3 (diff)
downloadcpython-ab7c1b3f1137f7479aa3c1aee82a353ee214cfe5.zip
cpython-ab7c1b3f1137f7479aa3c1aee82a353ee214cfe5.tar.gz
cpython-ab7c1b3f1137f7479aa3c1aee82a353ee214cfe5.tar.bz2
Fix regression with distutils MANIFEST handing (#11104, #8688).
The changed behavior of sdist in 3.1 broke packaging for projects that wanted to use a manually-maintained MANIFEST file (instead of having a MANIFEST.in template and letting distutils generate the MANIFEST). The fixes that were committed for #8688 (76643c286b9f by Tarek and d54da9248ed9 by me) did not fix all issues exposed in the bug report, and also added one problem: the MANIFEST file format gained comments, but the read_manifest method was not updated to handle (i.e. ignore) them. This changeset should fix everything; the tests have been expanded and I successfully tested the 2.7 version with Mercurial, which suffered from this regression. I have grouped the versionchanged directives for these bugs in one place and added micro version numbers to help users know the quirks of the exact version they’re using. Initial report, thorough diagnosis and patch by John Dennis, further work on the patch by Stephen Thorne, and a few edits and additions by me.
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index db451d7..d345e54 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -215,6 +215,7 @@ Ned Deily
Vincent Delft
Arnaud Delobelle
Erik Demaine
+John Dennis
Roger Dev
Raghuram Devarakonda
Caleb Deveraux
@@ -875,6 +876,7 @@ Mikhail Terekhov
Tobias Thelen
James Thomas
Robin Thomas
+Stephen Thorne
Jeremy Thurgood
Eric Tiedemann
July Tikhonov