Paul Ganssle <[email protected]> added the comment: > bout _strptime, I see that the time.strptime() imports internally the > _strptime module.
Ah, sorry, my remark about including `_strptime` was off the cuff — I thought it was only used in `datetime`, which is why I said "possibly _strptime". If it's used for `time` as well, we should leave it where it is. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40799> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
