From 8d09cb2127340a821ecd0eec02c18e5b7f8cbd46 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 27 Jan 2011 06:10:18 +0000 Subject: [PATCH] Update todo list. --- Doc/whatsnew/3.2.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index a1bdb976842..3d432da1be5 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1584,7 +1584,9 @@ the new :mod:`imaplib.IMAP4.starttls` method. .. XXX sys._xoptions http://bugs.python.org/issue10089 .. XXX perhaps add issue numbers back to datetime .. XXX more research on attributions -.. XXX tarfile +.. XXX Mac OS fixes and remaining issues +.. XXX Mailbox fixes and remaining issues +.. XXX HTTP client now using latin-1 unittest --------