]> granicus.if.org Git - python/commitdiff
Added an XXX note to describe timedelta/timedelta feature.
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 24 Dec 2010 04:22:40 +0000 (04:22 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 24 Dec 2010 04:22:40 +0000 (04:22 +0000)
Doc/whatsnew/3.2.rst

index 6528f8f6cc8018cb088a6fade548c26927bacf63..b317896ca8568d9bffb6902bc9092068845aa226 100644 (file)
@@ -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`.)