]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 10 Jun 2010 12:00:55 +0000 (12:00 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 10 Jun 2010 12:00:55 +0000 (12:00 +0000)
commit600d3bed6c5342590ec9ad96b282c9b8fc4e9a75
tree0182f7da58d26ce292748eca810ca3933bfd873e
parentda62f2fe28c090f4c9cd4e611d842478faa8d22a
Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to
enable shortcuts for upper case encoding name. Add also a shortcut for
"iso-8859-1" in PyUnicode_AsEncodedString() and PyUnicode_Decode().
Misc/NEWS
Objects/unicodeobject.c