Reminder for ustr().

This commit is contained in:
Guido van Rossum 2000-10-25 20:58:27 +00:00
parent bdb7b4dbdf
commit 1415cc9912
1 changed files with 6 additions and 0 deletions

View File

@ -205,6 +205,12 @@ Standard Library
http://sourceforge.net/bugs/?func=detailbug&bug_id=116716&group_id=5470
- There should be a way to say that you don't mind if str() or
__str__() return a Unicode string object. Or a different
function -- ustr() has been proposed. Or something...
http://sourceforge.net/patch/?func=detailpatch&patch_id=101527&group_id=5470
- A UTF-7 codec. It's not a great encoding, but it's required in
some places (e.g. IMAP mailbox names with Asian language
support). [No bug report; private email from Seo Junwon