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 xtreak
Recipients Valectar, docs@python, p-ganssle, xtreak
Date 2018-07-13.18:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531507769.95.0.56676864532.issue27741@psf.upfronthosting.co.za>
In-reply-to
Content
The same part repeated at https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior can also be corrected. It seems both of them use _strptime which returns microseconds but only datetime.datetime.strptime uses it with time.strptime ignoring it.

Thanks
History
Date User Action Args
2018-07-13 18:49:30xtreaksetrecipients: + xtreak, docs@python, Valectar, p-ganssle
2018-07-13 18:49:29xtreaksetmessageid: <1531507769.95.0.56676864532.issue27741@psf.upfronthosting.co.za>
2018-07-13 18:49:29xtreaklinkissue27741 messages
2018-07-13 18:49:29xtreakcreate