diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |