summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorYasser A <yalshalaan@gmail.com>2019-03-16 03:56:58 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2019-03-16 03:56:58 (GMT)
commitf40b4a0b6277b2779b9ded3736325489f2af93e4 (patch)
tree7b5e4c20387c2995d6a29faa7182202d1147d523 /Misc/NEWS.d
parentd2fdd1fedf6b9dc785cf5025b548a989faed089a (diff)
downloadcpython-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.rst1
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.