diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2011-10-17 00:28:09 (GMT) |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2011-10-17 00:28:09 (GMT) |
commit | a9efb6fdd8f102eb1217cb93fccd477a82e1cc2f (patch) | |
tree | ae5fd093e0a4c1cf00fd3fb76bb2c9567322c655 /Misc/NEWS | |
parent | bf65c746edecffc94949a0a799ea1d6b67dcb904 (diff) | |
parent | 6c58b28f2f5f8b3ee47db26cfd9011f9ab537e0f (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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.). |