[issue31678] Incorrect C Function name for timedelta

New submission from Михаил Миронов phobosmir@gmail.com:
Documentation:
PyDateTime_DELTA_GET_MICROSECOND https://docs.python.org/3/c-api/datetime.html#c.PyDateTime_DELTA_GET_MICROSE...
Should be: PyDateTime_DELTA_GET_MICROSECONDS
---------- assignee: docs@python components: Documentation messages: 303616 nosy: docs@python, Михаил Миронов priority: normal severity: normal status: open title: Incorrect C Function name for timedelta versions: Python 3.6
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue31678 _______________________________________

Change by Mironov Mikhail phobosmir@gmail.com:
---------- keywords: +patch pull_requests: +3850 stage: -> patch review
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue31678 _______________________________________

Berker Peksag berker.peksag@gmail.com 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/82cd3cede804ca694fb0657fd985d5eff84...
---------- nosy: +berker.peksag
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue31678 _______________________________________

Change by Roundup Robot devnull@psf.upfronthosting.co.za:
---------- pull_requests: +4236
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue31678 _______________________________________

Berker Peksag berker.peksag@gmail.com 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/f9387469e82eccb6e0471037033f921be7f...
----------
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue31678 _______________________________________

Berker Peksag berker.peksag@gmail.com added the comment:
Good catch, thank you!
---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior versions: +Python 3.7
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue31678 _______________________________________
participants (4)
-
Berker Peksag
-
Mironov Mikhail
-
Roundup Robot
-
Михаил Миронов