summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-04 23:55:54 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-04 23:55:54 (GMT)
commit0df628511aafd2e80a22b831f50f2b6c8e7f7de2 (patch)
treec4df8e678c587d7a156378b85a84842ed1b3eeaa /Misc
parent9fd5374d4e7d75bfdaa862df15d0f3fbee5b18ca (diff)
parent564fbac7cdd2eae31d68f5d3c3186788b28f4fba (diff)
downloadcpython-0df628511aafd2e80a22b831f50f2b6c8e7f7de2.zip
cpython-0df628511aafd2e80a22b831f50f2b6c8e7f7de2.tar.gz
cpython-0df628511aafd2e80a22b831f50f2b6c8e7f7de2.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 662efe7..2886160 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,6 +271,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.