From de48a05ae1c0461a30dc24af5b78ea188b02bee7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 12 Oct 2000 16:13:48 +0000 Subject: [PATCH] Pleas for Unicode support in (e.g.) urllib.quote(). --- pep-0042.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index b385ed030..02cdcec39 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -190,6 +190,13 @@ Standard Library should be defined in a helper module that's imported by both). [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 - IDLE should reload & recompile modules changed externally. To