commit | 23a3775cc8eef828edec75ed19bd630d03fb17a9 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Jul 11 10:55:27 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Jul 11 10:55:27 2009 +0000 |
tree | f7e398a5d451714f515053f6b1b07d50f5a6cabf | |
parent | b7e14eda6e4c171138c4c53f58fd54461e84fbb5 [diff] [blame] |
fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
diff --git a/Misc/NEWS b/Misc/NEWS index 9742e37..c8eb5d2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -350,6 +350,9 @@ Library ------- +- 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