[pypy-issue] [issue1259] builtin module __file__ attribute shows wrong path

mattip tracker at bugs.pypy.org
Fri May 9 13:25:32 CEST 2014


mattip <matti.picus at gmail.com> added the comment:

Is there a reason to keep the __file__ attribute at all?

Then help(sys) would need to print, like cpython
>>> help(sys)
Help on built-in module sys:

NAME
    sys

FILE
    (built-in)

MODULE DOCS
    http://docs.python.org/library/sys
...

----------
nosy: +mattip

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1259>
________________________________________


More information about the pypy-issue mailing list