Kaydet (Commit) 826d5707 authored tarafından Georg Brandl's avatar Georg Brandl

Merge with 3.2.

......@@ -17,9 +17,7 @@ class TestHistoryManipulation (unittest.TestCase):
"The history update test cannot be run because the "
"clear_history method is not available.")
def testHistoryUpdates(self):
# Some GNU versions of readline do not support clear_history
if hasattr('readline', 'clear_history'):
readline.clear_history()
readline.clear_history()
readline.add_history("first line")
readline.add_history("second line")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment