[issue31678] Incorrect C Function name for timedelta

2017-11-04 Thread Berker Peksag
Berker Peksag added the comment: Good catch, thank you! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior versions: +Python 3.7 ___ Python tracker

[issue31678] Incorrect C Function name for timedelta

2017-11-04 Thread Berker Peksag
Berker Peksag added the comment: New changeset f9387469e82eccb6e0471037033f921be7f59909 by Berker Peksag (Miss Islington (bot)) in branch '3.6': bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) https://github.com/python/cpython/commit/f9387469e82eccb6e0471037033f921be7f59909

[issue31678] Incorrect C Function name for timedelta

2017-11-04 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4236 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31678] Incorrect C Function name for timedelta

2017-11-04 Thread Berker Peksag
Berker Peksag added the comment: New changeset 82cd3cede804ca694fb0657fd985d5eff84a414f by Berker Peksag (Phobosmir) in branch 'master': bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869) https://github.com/python/cpython/commit/82cd3cede804ca694fb0657fd985d5eff84a414f --

[issue31678] Incorrect C Function name for timedelta

2017-10-03 Thread Mironov Mikhail
Change by Mironov Mikhail : -- keywords: +patch pull_requests: +3850 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue31678] Incorrect C Function name for timedelta

2017-10-03 Thread Михаил Миронов
New submission from Михаил Миронов : Documentation: PyDateTime_DELTA_GET_MICROSECOND https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DELTA_GET_MICROSECOND Should be: PyDateTime_DELTA_GET_MICROSECONDS -- assignee: docs@python components: Documentation messages: 303616 nosy: d