[issue15223] datetime instances lack __module__ attribute

R. David Murray report at bugs.python.org
Sat Jun 30 03:36:32 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

This is true for most (all?) CPython classes that are implemented in C.  For example io.StringIO instances do not have a __module__ attribute either.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15223>
_______________________________________


More information about the Python-bugs-list mailing list