diff options
author | Walter Dörwald <walter@livinglogic.de> | 2009-05-06 14:41:26 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2009-05-06 14:41:26 (GMT) |
commit | 8dc33d56f55597096fa49afc3d36bed37147eb01 (patch) | |
tree | e630db45fc512ded49946dc180cffcd22b02e03b /Misc | |
parent | 6ca2e0ac5bc26cdf537ad256fae0c4b6942d1213 (diff) | |
download | cpython-8dc33d56f55597096fa49afc3d36bed37147eb01.zip cpython-8dc33d56f55597096fa49afc3d36bed37147eb01.tar.gz cpython-8dc33d56f55597096fa49afc3d36bed37147eb01.tar.bz2 |
Merged revisions 72404-72406 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72404 | walter.doerwald | 2009-05-06 16:28:24 +0200 (Mi, 06 Mai 2009) | 3 lines
Issue 3739: The unicode-internal encoder now reports the number of *characters*
consumed like any other encoder (instead of the number of bytes).
........
r72406 | walter.doerwald | 2009-05-06 16:32:35 +0200 (Mi, 06 Mai 2009) | 2 lines
Add NEWS entry about issue #3739.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,6 +127,9 @@ Core and Builtins - Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' to avoid compiler warnings. +- Issue #3739: The unicode-internal encoder now reports the number of characters + consumed like any other encoder (instead of the number of bytes). + Installation ------------ |