Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

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

----------
nosy: +xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to