You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for readline-like reverse search through the history.
$ python
Python 2.7.12 (default, Dec 4 2017, 14:50:18)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print "foo"
foo
>>> print "bar"
bar
(reverse-i-search)`print': print "bar"
The text was updated successfully, but these errors were encountered:
Suggestions
The text was updated successfully, but these errors were encountered: