]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Enhance the punycode decoder so that it can decode
authorWalter Dörwald <walter@livinglogic.de>
Fri, 11 May 2007 10:32:57 +0000 (10:32 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 11 May 2007 10:32:57 +0000 (10:32 +0000)
commit0ac30f82fe1beb4e0255d06c693ccfba56e45a9f
tree1795d671685687ef172c7f4d57290292cdf06879
parent1f05a3b7fb754d6b30300e1e50aeb92aabe6afd6
Enhance the punycode decoder so that it can decode
unicode objects.

Fix the idna codec and the tests.
Lib/encodings/idna.py
Lib/encodings/punycode.py
Lib/test/test_codecs.py