summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-07-11 17:21:00 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-07-11 17:21:00 (GMT)
commit51f32c00e8006101c5dd70c79f7f132e4a658497 (patch)
treea383c44635d71bf94ffea013c52aceb2750c7460 /Misc
parent74b8d333b708e2f029f60a06bbb5abb31199426f (diff)
downloadcpython-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/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b452f1..9cfcb92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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