summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2009-04-24 20:50:00 (GMT)
committerThomas Heller <theller@ctypes.org>2009-04-24 20:50:00 (GMT)
commit34596a90c8ff860e989df52c818340266afa740a (patch)
treee516d8b90d7501a8c412403f8a70911889e0950d /Misc
parentd3cfe99b134255449b81c06999c4e8c1607ad484 (diff)
downloadcpython-34596a90c8ff860e989df52c818340266afa740a.zip
cpython-34596a90c8ff860e989df52c818340266afa740a.tar.gz
cpython-34596a90c8ff860e989df52c818340266afa740a.tar.bz2
Merged revisions 71853 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71853 | thomas.heller | 2009-04-24 22:31:47 +0200 (Fr, 24 Apr 2009) | 3 lines Issue #3102: All global symbols that the _ctypes extension defines are now prefixed with 'Py' or '_ctypes'. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d5c71e1..20bbe63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,11 @@ Core and Builtins
Library
-------
+- Issue #3102: All global symbols that the _ctypes extension defines
+ are now prefixed with 'Py' or '_ctypes'.
+
+- Issue #5041: ctypes does now allow pickling wide character.
+
- Issue #5812: For the two-argument form of the Fraction constructor,
Fraction(m, n), m and n are permitted to be arbitrary Rational
instances.
@@ -430,8 +435,6 @@ Core and Builtins
Library
-------
-- Issue #5041: ctypes does now allow pickling wide character.
-
- Issue #5795: Fixed test_distutils failure on Debian ppc.
- Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries.