]> granicus.if.org Git - python/commit
Remove bootstrap code of PyUnicode_AsEncodedString()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Feb 2011 20:51:28 +0000 (20:51 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Feb 2011 20:51:28 +0000 (20:51 +0000)
commitfd34b3788fbfb1e46ece705e1df49ac6ac1e8b84
treeaf1b9b1ee3174a4308667d00cc09b9b6ba35e9dd
parent5eaee2e23b374f83628d20acfc542092f1493b14
Remove bootstrap code of PyUnicode_AsEncodedString()

Issue #11187: Remove bootstrap code (use ASCII) of
PyUnicode_AsEncodedString(), it was replaced by a better fallback (use
the locale encoding) in PyUnicode_EncodeFSDefault().

Prepare also empty sections in NEWS.
Misc/NEWS
Objects/unicodeobject.c