From: Victor Stinner Date: Thu, 10 Jun 2010 12:01:27 +0000 (+0000) Subject: Blocked revisions 81869 via svnmerge X-Git-Tag: v3.1.3rc1~654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49ec79f27e44b7a6c966db6ce350b1c4b6340e0f;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 81869 via svnmerge ........ r81869 | victor.stinner | 2010-06-10 14:00:55 +0200 (jeu., 10 juin 2010) | 4 lines 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(). ........ ---