summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-11 08:49:10 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-11 08:49:10 (GMT)
commit6655d113e66b679b5b0c8849f7c58107fdf3e22e (patch)
treebf2052f8e87458a55a751a424d6635262f375d80 /Doc
parentdaba60bb92b2e2c2ed79382b92dedba1cea9303a (diff)
downloadcpython-6655d113e66b679b5b0c8849f7c58107fdf3e22e.zip
cpython-6655d113e66b679b5b0c8849f7c58107fdf3e22e.tar.gz
cpython-6655d113e66b679b5b0c8849f7c58107fdf3e22e.tar.bz2
Add a todo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 12f96cd..84e5ee6 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -817,6 +817,8 @@ collections
(Contributed by Raymond Hettinger.)
+.. XXX threading.py and Barrier objects
+
datetime
--------