]> granicus.if.org Git - python/commit
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
authorWalter Dörwald <walter@livinglogic.de>
Fri, 17 Aug 2007 16:41:28 +0000 (16:41 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 17 Aug 2007 16:41:28 +0000 (16:41 +0000)
commit6e390806495cf30c836615996b94e5ffa258cbef
treeeef913ca3061a114ff6d301a042408d4d3243ecc
parent437e6a3b1588ece44abbb4d65f74f9a841638e1d
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
12 files changed:
Doc/c-api/concrete.rst
Doc/library/codecs.rst
Include/unicodeobject.h
Lib/encodings/aliases.py
Lib/encodings/utf_32.py [new file with mode: 0644]
Lib/encodings/utf_32_be.py [new file with mode: 0644]
Lib/encodings/utf_32_le.py [new file with mode: 0644]
Lib/test/test_codeccallbacks.py
Lib/test/test_codecs.py
Misc/NEWS
Modules/_codecsmodule.c
Objects/unicodeobject.c