STINNER Victor <vstin...@python.org> added the comment:

About _strptime, I see that the time.strptime() imports internally the 
_strptime module. If we move _strptime inside datetime: does it mean that 
calling time.strptime() would have to import the datetime module? It doesn't 
sound right to me. I see the time as the low-level interface: it should not 
rely on the high-level interface. I prefer to separate _strptime module from 
the datetime module.

----------

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

Reply via email to