diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-01 15:16:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-01 15:16:41 (GMT) |
commit | a2983c6734f06a0ccb32d03877e3f90e46fbdabb (patch) | |
tree | 9f24ef3c6dec8e8066c7e64335202109b39e9bc2 /Misc | |
parent | b83df8f1b7a3ff3689de4b6d3c36592f1c84492c (diff) | |
download | cpython-a2983c6734f06a0ccb32d03877e3f90e46fbdabb.zip cpython-a2983c6734f06a0ccb32d03877e3f90e46fbdabb.tar.gz cpython-a2983c6734f06a0ccb32d03877e3f90e46fbdabb.tar.bz2 |
Merged revisions 84394 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84394 | antoine.pitrou | 2010-09-01 17:10:12 +0200 (mer., 01 sept. 2010) | 4 lines
Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API
properly. Patch by Stefan Behnel.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,7 @@ David Beazley Robin Becker Neal Becker Bill Bedford +Stefan Behnel Reimer Behrends Ben Bell Thomas Bellman @@ -12,6 +12,9 @@ What's New in Python 3.1.3? Core and Builtins ----------------- +- Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API + properly. Patch by Stefan Behnel. + - Restore GIL in nis_cat in case of error. - Issue #9712: Fix tokenize on identifiers that start with non-ascii names. |