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

Gus Goulart report at bugs.python.org
Thu Oct 11 20:19:23 EDT 2018


Gus Goulart <augusto at goulart.me> added the comment:

It is true that time.srtptime() does not return microseconds, but as the documentation suggests, it will return the microseconds after you wrap it up with datetime().
I have attached a walkthrough of how I see that section of the docs. Please let me know if you have anything else in mind. Thanks!

----------
nosy: +gus
Added file: https://bugs.python.org/file47863/datetime_docs.PNG

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27741>
_______________________________________


More information about the docs mailing list