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 dmhouse
Recipients dmhouse, eka
Date 2009-08-04.23:03:33
SpamBayes Score 3.278206e-07
Marked as misclassified No
Message-id <1249427015.2.0.649162341866.issue6641@psf.upfronthosting.co.za>
In-reply-to
Content
From the documentation from time.strptime() (which acts the same as
datetime.strptime()):

"Only the directives specified in the documentation [of time.strftime()]
are supported. Because strftime() is implemented per platform it can
sometimes offer more directives than those listed. But strptime() is
independent of any platform and thus does not necessarily support all
directives available that are not documented as supported."

So I think invalid.
History
Date User Action Args
2009-08-04 23:03:35dmhousesetrecipients: + dmhouse, eka
2009-08-04 23:03:35dmhousesetmessageid: <1249427015.2.0.649162341866.issue6641@psf.upfronthosting.co.za>
2009-08-04 23:03:34dmhouselinkissue6641 messages
2009-08-04 23:03:34dmhousecreate