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: PyDateTime_FromDateAndTime documented as PyDate_FromDateAndT
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, smilechaser
Priority: normal Keywords:

Created on 2005-02-16 21:11 by smilechaser, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg24309 - (view) Author: smilechaser (smilechaser) Date: 2005-02-16 21:11
In datetime.h there exists a macro called:

PyDateTime_FromDateAndTime

but in the documentation (7.5.12 of the Python/C API
Reference Manual) it is documented as:

PyDate_FromDateAndTime

msg24310 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-02-17 05:18
Logged In: YES 
user_id=357491

Fixed in rev. 1.60 for 2.5 and rev. 1.58.2.2 in 2.4 for Doc/api/
concrete.tex .

Thanks, smilechaser.
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41586
2005-02-16 21:11:21smilechasercreate