[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.34,1.35

Guido van Rossum python-dev@python.org
Thu, 12 Oct 2000 09:13:51 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18458

Modified Files:
	pep-0042.txt 
Log Message:
Pleas for Unicode support in (e.g.) urllib.quote().


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** pep-0042.txt	2000/10/07 15:53:43	1.34
--- pep-0042.txt	2000/10/12 16:13:48	1.35
***************
*** 191,194 ****
--- 191,201 ----
        [No bug report; I just thought of this.]
  
+     - More standard library routines should support Unicode.  For
+       example, urllib.quote() could convert Unicode strings to UTF-8
+       and then do the usual %HH conversion.  But this is not the only
+       one!
+ 
+       http://sourceforge.net/bugs/?func=detailbug&bug_id=116716&group_id=5470
+ 
  Tools