summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-12-24 04:22:40 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-12-24 04:22:40 (GMT)
commitfca8beed4afaaae53549f4ca3fd43a1cfabc85d1 (patch)
treedbd520fede7cabf3871acb489a482539f8839b69
parent1e991f2de5d705155e430400c8cbc24071e3df72 (diff)
downloadcpython-fca8beed4afaaae53549f4ca3fd43a1cfabc85d1.zip
cpython-fca8beed4afaaae53549f4ca3fd43a1cfabc85d1.tar.gz
cpython-fca8beed4afaaae53549f4ca3fd43a1cfabc85d1.tar.bz2
Added an XXX note to describe timedelta/timedelta feature.
-rw-r--r--Doc/whatsnew/3.2.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 6528f8f..b317896 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`.)