[docs] [issue27741] datetime.datetime.strptime functionality description incorrect

Karthikeyan Singaravelan report at bugs.python.org
Fri Jul 13 14:49:30 EDT 2018


Karthikeyan Singaravelan <tir.karthi at 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 <report at bugs.python.org>
<https://bugs.python.org/issue27741>
_______________________________________


More information about the docs mailing list