[New-bugs-announce] [issue46201] PEP 495 misnames PyDateTime_DATE_GET_FOLD

Carl Drougge report at bugs.python.org
Thu Dec 30 04:30:15 EST 2021


New submission from Carl Drougge <bugs.python.org at s.z42.net>:

PEP 495 names one of the accessor macros PyDateTime_GET_FOLD but the code names it PyDateTime_DATE_GET_FOLD.

The FOLD macros are also missing from https://docs.python.org/3/c-api/datetime.html (and versions).

----------
assignee: docs at python
components: Documentation
messages: 409354
nosy: docs at python, drougge
priority: normal
severity: normal
status: open
title: PEP 495 misnames PyDateTime_DATE_GET_FOLD
type: behavior
versions: Python 3.10, Python 3.11, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46201>
_______________________________________


More information about the New-bugs-announce mailing list