summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.2.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 06:10:18 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-27 06:10:18 (GMT)
commit8d09cb2127340a821ecd0eec02c18e5b7f8cbd46 (patch)
tree776373402284ecf74ab6726f118ebf462d61c228 /Doc/whatsnew/3.2.rst
parent7626ef93b72891d6fb244c86a52fa9eafc239ff3 (diff)
downloadcpython-8d09cb2127340a821ecd0eec02c18e5b7f8cbd46.zip
cpython-8d09cb2127340a821ecd0eec02c18e5b7f8cbd46.tar.gz
cpython-8d09cb2127340a821ecd0eec02c18e5b7f8cbd46.tar.bz2
Update todo list.
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r--Doc/whatsnew/3.2.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index a1bdb97..3d432da 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
--------