[issue8812] Show package path in repr string for packages installed to user site

Martin v. Löwis report at bugs.python.org
Mon May 24 23:44:54 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

You are mistaken. It doesn't include __path__ into repr, but __file__. It prints "(built-in)" if the filename is not set for some reason.

----------
nosy: +loewis
resolution:  -> invalid
status: open -> pending

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


More information about the Python-bugs-list mailing list