Staging
v0.5.1
https://github.com/python/cpython
Revision ab7c1b3f1137f7479aa3c1aee82a353ee214cfe5 authored by Éric Araujo on 31 July 2011, 02:06:12 UTC, committed by Éric Araujo on 31 July 2011, 02:06:12 UTC
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.
1 parent a3e072b
History
Tip revision: ab7c1b3f1137f7479aa3c1aee82a353ee214cfe5 authored by Éric Araujo on 31 July 2011, 02:06:12 UTC
Fix regression with distutils MANIFEST handing (#11104, #8688).
Tip revision: ab7c1b3
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 602 bytes
.gitignore -rw-r--r-- 610 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 900 bytes
.hgtags -rw-r--r-- 4.4 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 42.4 KB
README -rw-r--r-- 6.4 KB
configure -rwxr-xr-x 398.1 KB
configure.in -rw-r--r-- 122.7 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.9 KB
setup.py -rw-r--r-- 80.3 KB

README

back to top