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

Merge with 3.2.

...@@ -17,8 +17,6 @@ class TestHistoryManipulation (unittest.TestCase): ...@@ -17,8 +17,6 @@ class TestHistoryManipulation (unittest.TestCase):
"The history update test cannot be run because the " "The history update test cannot be run because the "
"clear_history method is not available.") "clear_history method is not available.")
def testHistoryUpdates(self): 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("first 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