Added an XXX note to describe timedelta/timedelta feature.

This commit is contained in:
Alexander Belopolsky 2010-12-24 04:22:40 +00:00
parent 1e991f2de5
commit fca8beed4a
1 changed files with 3 additions and 0 deletions

View 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`.)