[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.84, 1.1193.2.85

loewis@users.sourceforge.net loewis at users.sourceforge.net
Thu Aug 25 13:04:15 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11298/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Make IDNA return an empty string when the input is empty. Fixes #1163178.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.84
retrieving revision 1.1193.2.85
diff -u -d -r1.1193.2.84 -r1.1193.2.85
--- NEWS	25 Aug 2005 07:17:37 -0000	1.1193.2.84
+++ NEWS	25 Aug 2005 11:04:04 -0000	1.1193.2.85
@@ -68,6 +68,8 @@
 Library
 -------
 
+- Bug #1163178: Make IDNA return an empty string when the input is empty.
+
 - Bug #1121494: distutils.dir_utils.mkpath now accepts Unicode strings.
 
 - Bug #1178484: Return complete lines from codec stream readers



More information about the Python-checkins mailing list