[New-bugs-announce] [issue7804] test_readline failure

Antoine Pitrou report at bugs.python.org
Fri Jan 29 15:01:37 CET 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

This is a fresh py3k checkout on a fresh Debian Lenny install:

======================================================================
ERROR: testHistoryUpdates (test.test_readline.TestHistoryManipulation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/py3k/Lib/test/test_readline.py", line 16, in testHistoryUpdates
    readline.clear_history()
AttributeError: 'module' object has no attribute 'clear_history'

----------------------------------------------------------------------

----------
components: Library (Lib)
messages: 98508
nosy: pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: test_readline failure
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7804>
_______________________________________


More information about the New-bugs-announce mailing list