diff options
author | Utkarsh Upadhyay <mail@musicallyut.in> | 2017-07-25 21:51:33 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-07-25 21:51:33 (GMT) |
commit | cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30 (patch) | |
tree | 4565cd48860cd2c8581225565509ea327293b7f9 /Misc/NEWS.d | |
parent | 830080913c22a9834d310294b9f7653234dc6a59 (diff) | |
download | cpython-cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30.zip cpython-cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30.tar.gz cpython-cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30.tar.bz2 |
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-06-30-23-05-47.bpo-30302.itwK_k.rst | 1 |
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``. |