]> granicus.if.org Git - python/commitdiff
Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest
authorMark Hammond <mhammond@skippinet.com.au>
Mon, 17 Oct 2011 00:28:09 +0000 (11:28 +1100)
committerMark Hammond <mhammond@skippinet.com.au>
Mon, 17 Oct 2011 00:28:09 +0000 (11:28 +1100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index f490a7a1080c03f3faed455d9de41adda3b59a1f,029f16ca54d35540f384dce3386c343edd9d6241..b8d43bafc7ceb796d6a84b17a615d8f5b7928beb
+++ b/Misc/NEWS
@@@ -10,10 -10,10 +10,14 @@@ 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.).
 +
  - 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).