From: Raymond Hettinger Date: Tue, 11 Jan 2011 08:49:10 +0000 (+0000) Subject: Add a todo. X-Git-Tag: v3.2rc1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6655d113e66b679b5b0c8849f7c58107fdf3e22e;p=thirdparty%2FPython%2Fcpython.git Add a todo. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 12f96cdfb1c0..84e5ee6f8e44 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 --------