]> 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:04:04 +0000 (11:04 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 25 Aug 2005 11:04:04 +0000 (11:04 +0000)
commitdedff272fa40738d282d71a7763ab679fc1f40d3
treed8aa3d0eddac6503eac0bc5f2456f84cca3a7554
parent668c5f08612b932151666e15c39adf04328591c9
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Lib/encodings/idna.py
Lib/test/test_codecs.py
Misc/NEWS