Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34596a9

Browse files
author
Thomas Heller
committed
Merged revisions 71853 via svnmerge from
svn+ssh://[email protected]/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'. ........
1 parent d3cfe99 commit 34596a9

8 files changed

Lines changed: 520 additions & 518 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ Core and Builtins
7777
Library
7878
-------
7979

80+
- Issue #3102: All global symbols that the _ctypes extension defines
81+
are now prefixed with 'Py' or '_ctypes'.
82+
83+
- Issue #5041: ctypes does now allow pickling wide character.
84+
8085
- Issue #5812: For the two-argument form of the Fraction constructor,
8186
Fraction(m, n), m and n are permitted to be arbitrary Rational
8287
instances.
@@ -430,8 +435,6 @@ Core and Builtins
430435
Library
431436
-------
432437

433-
- Issue #5041: ctypes does now allow pickling wide character.
434-
435438
- Issue #5795: Fixed test_distutils failure on Debian ppc.
436439

437440
- Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries.

0 commit comments

Comments
 (0)