summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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)
commitcfbd630a27c7ef31f6883dd21dbc4ece4d7b8bc4 (patch)
treed78b3484d054e5b277c98cdda60c83517d9ea3a7 /Misc
parent32e2915da5ab7c59e8cd0da68df9c8775ab4353c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c74cb55..f9eb1cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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