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.

Author tim.golden
Recipients tim.golden
Date 2010-06-18.08:48:47
SpamBayes Score 0.00026703606
Marked as misclassified No
Message-id <4C1B32EB.6020900@timgolden.me.uk>
In-reply-to
Content
The reference to PyDateTime_IMPORT in the C API datetime docs is marked 
up as cfunction, giving it a pair of brackets which render it invalid. 
There is also no indication of where in the code it should be invoked. 
Patch attached.
Files
File name Uploaded
pydatetime_import.patch tim.golden, 2010-06-18.08:48:46
History
Date User Action Args
2010-06-18 08:48:49tim.goldensetrecipients: + tim.golden
2010-06-18 08:48:47tim.goldenlinkissue9024 messages
2010-06-18 08:48:47tim.goldencreate