[issue11709] help-method crashes if sys.stdin is None

Roundup Robot report at bugs.python.org
Sun Jun 8 05:17:43 CEST 2014


Roundup Robot added the comment:

New changeset baca52bb5c74 by Benjamin Peterson in branch '3.4':
make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709)
http://hg.python.org/cpython/rev/baca52bb5c74

New changeset 1a9c07880a15 by Benjamin Peterson in branch '2.7':
make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709)
http://hg.python.org/cpython/rev/1a9c07880a15

New changeset 3bbb8cb45f58 by Benjamin Peterson in branch 'default':
merge 3.4 (#11709)
http://hg.python.org/cpython/rev/3bbb8cb45f58

----------
nosy: +python-dev
resolution:  -> fixed
stage: test needed -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list