diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-02 22:42:04 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-02 22:42:04 (GMT) |
commit | cfbd630a27c7ef31f6883dd21dbc4ece4d7b8bc4 (patch) | |
tree | d78b3484d054e5b277c98cdda60c83517d9ea3a7 /Misc | |
parent | 32e2915da5ab7c59e8cd0da68df9c8775ab4353c (diff) | |
download | cpython-cfbd630a27c7ef31f6883dd21dbc4ece4d7b8bc4.zip cpython-cfbd630a27c7ef31f6883dd21dbc4ece4d7b8bc4.tar.gz cpython-cfbd630a27c7ef31f6883dd21dbc4ece4d7b8bc4.tar.bz2 |
Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
sdist used to crash with a full traceback dump instead of printing a
nice warning with the faulty line number.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ Core and Builtins Library ------- +- Issue #8286: The distutils command sdist will print a warning message instead + of crashing when an invalid path is given in the manifest template. + - Issue #12636: IDLE reads the coding cookie when executing a Python script. - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi |