]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use readline/raw_input() in pydoc.Helper.interact if available and self.input
authorJohannes Gijsbers <jlg@dds.nl>
Tue, 17 Aug 2004 13:21:53 +0000 (13:21 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Tue, 17 Aug 2004 13:21:53 +0000 (13:21 +0000)
commite7691d36b70968ae6fd7f7d537922a6da45fc1d1
tree275c8da9878c107085d0292dfc560b46d7d11350
parent30d00085771bdf2e989678b8d621402bff431583
Use readline/raw_input() in pydoc.Helper.interact if available and self.input
is sys.stdin. Based on a patch (#726204) by Dmitry Vasiliev and a comment from
Guido in an older patch (#549901).
Lib/pydoc.py