This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2010-01-29.14:01:35
SpamBayes Score 0.00075772556
Marked as misclassified No
Message-id <1264773697.69.0.94250627584.issue7804@psf.upfronthosting.co.za>
In-reply-to
Content
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'

----------------------------------------------------------------------
History
Date User Action Args
2010-01-29 14:01:37pitrousetrecipients: + pitrou
2010-01-29 14:01:37pitrousetmessageid: <1264773697.69.0.94250627584.issue7804@psf.upfronthosting.co.za>
2010-01-29 14:01:36pitroulinkissue7804 messages
2010-01-29 14:01:35pitroucreate