◐ Shell
clean mode source ↗

bpo-30302 Make timedelta.__repr__ more informative. by musically-ut · Pull Request #1493 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

vstinner

serhiy-storchaka

serhiy-storchaka

vstinner

vstinner

vstinner

vstinner

serhiy-storchaka

vstinner

serhiy-storchaka

musically-ut

And remove a duplicate test-case.
Also, DRY the code and remove unnecessary test cases.
len(args) == 0 -> not args
PyList_Size -> PyList_GET_SIZE
Also, fix some whitespace.

musically-ut added a commit to musically-ut/cpython that referenced this pull request

Sep 21, 2017
This is a fix to the documentation to reflect the changes merged in as
part of python#1493 (bpo-30302).