]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make IDNA return an empty string when the input is empty. Fixes #1163178.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 25 Aug 2005 11:03:38 +0000 (11:03 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 25 Aug 2005 11:03:38 +0000 (11:03 +0000)
commit8b59514e5799fc41e84afeef0892219d9aa3e872
tree19b50ad761d07e49c156f94cf20de31345132350
parent8246c439a8246093b03e3987d6c1496ebe73b81c
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Will backport to 2.4.
Lib/encodings/idna.py
Lib/test/test_codecs.py
Misc/NEWS