diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-11 17:21:00 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-11 17:21:00 (GMT) |
commit | 51f32c00e8006101c5dd70c79f7f132e4a658497 (patch) | |
tree | a383c44635d71bf94ffea013c52aceb2750c7460 /Misc | |
parent | 74b8d333b708e2f029f60a06bbb5abb31199426f (diff) | |
download | cpython-51f32c00e8006101c5dd70c79f7f132e4a658497.zip cpython-51f32c00e8006101c5dd70c79f7f132e4a658497.tar.gz cpython-51f32c00e8006101c5dd70c79f7f132e4a658497.tar.bz2 |
reverted changes for #6459 (doesn't apply on 2.x)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -353,9 +353,6 @@ Library - Issue #2622: Fixed an ImportError when importing email.messsage from a standalone application built with py2exe or py2app. -- Issue #6459: distutils.command.build_ext.get_export_symbols now uses the - "PyInit" prefix, rather than "init". - - Issue #6455: Fixed test_build_ext under win32. - Issue #6377: Enabled the compiler option, and deprecate its usage as an |