diff options
author | Yasser A <yalshalaan@gmail.com> | 2019-03-16 03:56:58 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2019-03-16 03:56:58 (GMT) |
commit | f40b4a0b6277b2779b9ded3736325489f2af93e4 (patch) | |
tree | 7b5e4c20387c2995d6a29faa7182202d1147d523 /Misc/NEWS.d | |
parent | d2fdd1fedf6b9dc785cf5025b548a989faed089a (diff) | |
download | cpython-f40b4a0b6277b2779b9ded3736325489f2af93e4.zip cpython-f40b4a0b6277b2779b9ded3736325489f2af93e4.tar.gz cpython-f40b4a0b6277b2779b9ded3736325489f2af93e4.tar.bz2 |
bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-12137)
Be explicit that timedelta division converts an overall duration to the interval
units given by the denominator.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-03-02-00-40-57.bpo-36138.yfjNzG.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-03-02-00-40-57.bpo-36138.yfjNzG.rst b/Misc/NEWS.d/next/Documentation/2019-03-02-00-40-57.bpo-36138.yfjNzG.rst new file mode 100644 index 0000000..f5352bb --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-03-02-00-40-57.bpo-36138.yfjNzG.rst @@ -0,0 +1 @@ +Improve documentation about converting datetime.timedelta to scalars. |