The UTF-7 codec is implemented.

This commit is contained in:
Martin v. Löwis 2002-10-13 14:17:00 +00:00
parent e3164d0fcb
commit b1c21a1b80
1 changed files with 0 additions and 5 deletions

View File

@ -192,11 +192,6 @@ Standard Library
http://sf.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
<linuxqna@chollian.net>.]
- Killing a thread from another thread. Or maybe sending a
signal. Or maybe raising an asynchronous exception.