Gus Goulart <[email protected]> added the comment:
As far as I can see, every time something changes on datetime.strptime(), it will invalidate that section of the documentation. On the other hand, I believe the comparison with datetime(*(time.strptime(date_string, format)[0:6])" is interesting and valuable to keep. Given that, instead of "This is equivalent to [...]", I would suggest something like: "This is similar to [...], but datetime.strptime() is better since it retains both microseconds and timezone data." ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue27741> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
