From: Alexander Belopolsky Date: Fri, 24 Dec 2010 04:22:40 +0000 (+0000) Subject: Added an XXX note to describe timedelta/timedelta feature. X-Git-Tag: v3.2rc1~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fca8beed4afaaae53549f4ca3fd43a1cfabc85d1;p=thirdparty%2FPython%2Fcpython.git Added an XXX note to describe timedelta/timedelta feature. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 6528f8f6cc80..b317896ca856 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -781,6 +781,9 @@ datetime * Also, :class:`~datetime.timedelta` objects can now be multiplied by :class:`float` and divided by :class:`float` and :class:`int` objects. +.. XXX Describe added support for dividing a timedelta by another timedelta. + See revision 80290 and issue #2706. + (Contributed by Alexander Belopolsky in :issue:`1289118`, :issue:`5094` and :issue:`6641`.)