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 mikejs
Recipients georg.brandl, mikejs
Date 2010-01-14.01:45:58
SpamBayes Score 3.0704395e-09
Marked as misclassified No
Message-id <1263433562.71.0.126740414986.issue7699@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for strftime and strptime behavior strikes me as a bit jumbled right now. The behavior of datetime.datetime.strptime is explained by a reference to time.strptime, which in turn references time.strftime to explain the format string.

The docs for the datetime.{datetime,date,time}.strftime methods, on the other hand, reference the 'strftime Behavior' section of the datetime module docs to explain the behavior of the format string. This section even notes the differences between strptime and strftime behavior.

I've tried to clear this up a little bit by renaming this section 'strftime and strptime Behavior' and referencing it from the datetime.datetime.strptime docs.
History
Date User Action Args
2010-01-14 01:46:02mikejssetrecipients: + mikejs, georg.brandl
2010-01-14 01:46:02mikejssetmessageid: <1263433562.71.0.126740414986.issue7699@psf.upfronthosting.co.za>
2010-01-14 01:46:00mikejslinkissue7699 messages
2010-01-14 01:46:00mikejscreate