Commit fca8beed authored by Alexander Belopolsky's avatar Alexander Belopolsky

Added an XXX note to describe timedelta/timedelta feature.

parent 1e991f2d
......@@ -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`.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment