This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PEP 495 misnames PyDateTime_DATE_GET_FOLD
Type: behavior Stage:
Components: Documentation Versions: Python 3.11, Python 3.10, Python 3.9, Python 3.8, Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, drougge
Priority: normal Keywords:

Created on 2021-12-30 09:30 by drougge, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg409354 - (view) Author: Carl Drougge (drougge) * Date: 2021-12-30 09:30
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).
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90359
2021-12-30 09:30:15drouggecreate