summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2011-10-17 00:28:09 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2011-10-17 00:28:09 (GMT)
commita9efb6fdd8f102eb1217cb93fccd477a82e1cc2f (patch)
treeae5fd093e0a4c1cf00fd3fb76bb2c9567322c655 /Misc/NEWS
parentbf65c746edecffc94949a0a799ea1d6b67dcb904 (diff)
parent6c58b28f2f5f8b3ee47db26cfd9011f9ab537e0f (diff)
downloadcpython-a9efb6fdd8f102eb1217cb93fccd477a82e1cc2f.zip
cpython-a9efb6fdd8f102eb1217cb93fccd477a82e1cc2f.tar.gz
cpython-a9efb6fdd8f102eb1217cb93fccd477a82e1cc2f.tar.bz2
Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f490a7a..b8d43ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Issue #7833: Extension modules built using distutils on Windows will no
+ longer include a "manifest" to prevent them failing at import time in some
+ embedded situations.
+
- PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
- Add internal API for static strings (_Py_identifier et al.).