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 mwm
Recipients
Date 2004-12-17.19:22:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The datetime documentation - both pydoc and the manual - fail to
specify the arguments used to create a date/time/datetime object. The
manual implies that for date it's date(year, month, day), but that's
about it.

It would be nice if both could be extended to include examples. For date, say:

datetime.date(2004, 12, 25) - create a date object for christmas, 2004.

I can't give examples for time and datetime, because I'm not sure what
the format is.

History
Date User Action Args
2007-08-23 14:28:34adminlinkissue1087216 messages
2007-08-23 14:28:34admincreate