commit | 8b59514e5799fc41e84afeef0892219d9aa3e872 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Aug 25 11:03:38 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Aug 25 11:03:38 2005 +0000 |
tree | 19b50ad761d07e49c156f94cf20de31345132350 | |
parent | 8246c439a8246093b03e3987d6c1496ebe73b81c [diff] [blame] |
Make IDNA return an empty string when the input is empty. Fixes #1163178. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index 20e1f89..89efcad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -193,6 +193,8 @@ Library ------- +- Bug #1163178: Make IDNA return an empty string when the input is empty. + - Patch #848017: Make Cookie more RFC-compliant. Use CRLF as default output separator and do not output trailing semicola.