Fix and deprecated the unicode_internal codec
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 10 Nov 2011 19:56:30 +0000 (20:56 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 10 Nov 2011 19:56:30 +0000 (20:56 +0100)
commit9f4b1e9c50da83b51a4b0c7ee7d7dc3ef94a0cf6
treedc0742e3af4ceb33102cd7fe0a0deb38588d851f
parent240c55f721aee364f7fc341f86c5a25ab5c97095
Fix and deprecated the unicode_internal codec

unicode_internal codec uses Py_UNICODE instead of the real internal
representation (PEP 393: Py_UCS1, Py_UCS2 or Py_UCS4) for backward
compatibility.
Doc/library/codecs.rst
Doc/whatsnew/3.3.rst
Modules/_codecsmodule.c
Objects/unicodeobject.c