summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorUtkarsh Upadhyay <mail@musicallyut.in>2017-07-25 21:51:33 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-07-25 21:51:33 (GMT)
commitcc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30 (patch)
tree4565cd48860cd2c8581225565509ea327293b7f9 /Misc/NEWS.d/next/Library
parent830080913c22a9834d310294b9f7653234dc6a59 (diff)
downloadcpython-cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30.zip
cpython-cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30.tar.gz
cpython-cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30.tar.bz2
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2017-06-30-23-05-47.bpo-30302.itwK_k.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-06-30-23-05-47.bpo-30302.itwK_k.rst b/Misc/NEWS.d/next/Library/2017-06-30-23-05-47.bpo-30302.itwK_k.rst
new file mode 100644
index 0000000..927250d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-06-30-23-05-47.bpo-30302.itwK_k.rst
@@ -0,0 +1 @@
+Use keywords in the ``repr`` of ``datetime.timedelta``.