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.

作者 dmhouse
收信人 dmhouse, eka
日期 2009-08-04.23:03:33
SpamBayes Score 3.278206e-07
Marked as misclassified
Message-id <1249427015.2.0.649162341866.issue6641@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2009-08-04 23:03:35dmhouse修改recipients: + dmhouse, eka
2009-08-04 23:03:35dmhouse修改messageid: <1249427015.2.0.649162341866.issue6641@psf.upfronthosting.co.za>
2009-08-04 23:03:34dmhouse链接issue6641 messages
2009-08-04 23:03:34dmhouse创建