diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-11 08:49:10 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-11 08:49:10 (GMT) |
commit | 6655d113e66b679b5b0c8849f7c58107fdf3e22e (patch) | |
tree | bf2052f8e87458a55a751a424d6635262f375d80 /Doc | |
parent | daba60bb92b2e2c2ed79382b92dedba1cea9303a (diff) | |
download | cpython-6655d113e66b679b5b0c8849f7c58107fdf3e22e.zip cpython-6655d113e66b679b5b0c8849f7c58107fdf3e22e.tar.gz cpython-6655d113e66b679b5b0c8849f7c58107fdf3e22e.tar.bz2 |
Add a todo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
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 -------- |