]> granicus.if.org Git - python/commit
Closes #15620: check for presence of readline.clear_history(), which is apparently...
authorGeorg Brandl <georg@python.org>
Sat, 11 Aug 2012 08:59:23 +0000 (10:59 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 11 Aug 2012 08:59:23 +0000 (10:59 +0200)
commit22bfa37ed06e829bbc2e6a247648693983e2be57
treec2f9e1bb1bce9c76ad121926b28e36894beb4b58
parent03b4d5072aa044d8c6827e387b647dcc6c9d0ff6
Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test.
Lib/test/test_readline.py