diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2011-10-17 00:05:57 (GMT) |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2011-10-17 00:05:57 (GMT) |
commit | 6c58b28f2f5f8b3ee47db26cfd9011f9ab537e0f (patch) | |
tree | 9f165e3dd13d241066c9e61662f2a273fcd7473c /Misc | |
parent | 8d91d454d5adf26eb0eacbaddb834f20238bb793 (diff) | |
download | cpython-6c58b28f2f5f8b3ee47db26cfd9011f9ab537e0f.zip cpython-6c58b28f2f5f8b3ee47db26cfd9011f9ab537e0f.tar.gz cpython-6c58b28f2f5f8b3ee47db26cfd9011f9ab537e0f.tar.bz2 |
Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ What's New in Python 3.2.3? 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. + - Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described as "The pipe is being closed") is now mapped to POSIX errno EPIPE (previously EINVAL). |