mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added an XXX note to describe timedelta/timedelta feature.
This commit is contained in:
parent
1e991f2de5
commit
fca8beed4a
1 changed files with 3 additions and 0 deletions
|
@ -781,6 +781,9 @@ datetime
|
||||||
* Also, :class:`~datetime.timedelta` objects can now be multiplied by
|
* Also, :class:`~datetime.timedelta` objects can now be multiplied by
|
||||||
:class:`float` and divided by :class:`float` and :class:`int` objects.
|
: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
|
(Contributed by Alexander Belopolsky in :issue:`1289118`, :issue:`5094` and
|
||||||
:issue:`6641`.)
|
:issue:`6641`.)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue