]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests
authorWalter Dörwald <walter@livinglogic.de>
Fri, 17 Aug 2007 16:23:21 +0000 (16:23 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 17 Aug 2007 16:23:21 +0000 (16:23 +0000)
commit19e62387b9bd70fb4f3212db55872454f903229e
tree20bac6c465ef21215733e99a08cdce04cd364ef7
parent8d991ed2e1bbb2b4f25d01eae82c5123c168aa6d
Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests
on big endian machines.

Update documentation: UTF-32 codecs will be in 2.6.
Doc/c-api/concrete.rst
Lib/encodings/utf_32.py