[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.120, 1.1193.2.121

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Sat Oct 15 18:45:01 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Teach unquote() to handle unicode inputs

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.120
retrieving revision 1.1193.2.121
diff -u -d -r1.1193.2.120 -r1.1193.2.121
--- NEWS	5 Oct 2005 11:48:36 -0000	1.1193.2.120
+++ NEWS	15 Oct 2005 16:44:57 -0000	1.1193.2.121
@@ -30,6 +30,9 @@
 Library
 -------
 
+- urllib.unquote() now handles Unicode strings correctly.  Formerly, it would
+  either ignore the substitution or raise UnicodeDecodeError.
+
 - SF #1313496:  the bisect module now accepts named arguments.
 
 - Bug #729103: pydoc.py: Fix docother() method to accept additional



More information about the Python-checkins mailing list