[issue4104] Namespace inconsistency

Benjamin Peterson report at bugs.python.org
Fri Oct 10 23:40:50 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> added the comment:

This is because type_repr looks at the __module__ attribute to determine
the location. Fixing this would probably require adding a
__nestedclass__ attribute. However, nested classes aren't used very
much, so it's not urgent by any means.

----------
nosy: +benjamin.peterson
priority:  -> low

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


More information about the Python-bugs-list mailing list