[issue15816] pydoc.py uses a hack that depends on implementation details and breaks help() when __builtin__.__import__ is overwritten.

R. David Murray report at bugs.python.org
Wed Aug 29 21:51:13 CEST 2012


R. David Murray added the comment:

Replacing __import__ is not supported.

That said, this is fixed in 3.3.

----------
nosy: +r.david.murray
resolution:  -> out of date
stage:  -> committed/rejected
status: open -> closed
type:  -> behavior
versions: +Python 3.3 -Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list