Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fca8bee

Browse files
committed
Added an XXX note to describe timedelta/timedelta feature.
1 parent 1e991f2 commit fca8bee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,9 @@ datetime
781781
* Also, :class:`~datetime.timedelta` objects can now be multiplied by
782782
:class:`float` and divided by :class:`float` and :class:`int` objects.
783783

784+
.. XXX Describe added support for dividing a timedelta by another timedelta.
785+
See revision 80290 and issue #2706.
786+
784787
(Contributed by Alexander Belopolsky in :issue:`1289118`, :issue:`5094` and
785788
:issue:`6641`.)
786789

0 commit comments

Comments
 (0)