commit | 75a55c32759c66cac479e6b9faf10e836e00f0d6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Jun 07 20:14:26 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Jun 07 20:14:26 2014 -0700 |
tree | 6b1440a33c8688e029dd9cbcf524ee5ab4f49ae2 | |
parent | 7e1eb5c713c6b14e5c71155f206d37cc16541300 [diff] |
make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709) Original patch by Amaury Forgeot d'Arc with a test by bdettmer.