summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-04 23:53:52 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-04 23:53:52 (GMT)
commit17b288cdabcbbc49392077f08a2e9e6284aab262 (patch)
tree7fcc375d6bb22a0c162414e7c94080dea226adea /Misc
parentf6f3a3544783496301537bc5c946b58b0e5cbac8 (diff)
parentcfbd630a27c7ef31f6883dd21dbc4ece4d7b8bc4 (diff)
downloadcpython-17b288cdabcbbc49392077f08a2e9e6284aab262.zip
cpython-17b288cdabcbbc49392077f08a2e9e6284aab262.tar.gz
cpython-17b288cdabcbbc49392077f08a2e9e6284aab262.tar.bz2
Branch merge
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 514d19a..25bbf3f 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 #12878: Expose a __dict__ attribute on io.IOBase and its subclasses.
- Issue #12636: IDLE reads the coding cookie when executing a Python script.