Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_readline failure #52052

Closed
pitrou opened this issue Jan 29, 2010 · 6 comments
Closed

test_readline failure #52052

pitrou opened this issue Jan 29, 2010 · 6 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Jan 29, 2010

BPO 7804
Nosy @warsaw, @pitrou

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2010-11-20.22:05:29.128>
created_at = <Date 2010-01-29.14:01:36.244>
labels = ['type-bug', 'library']
title = 'test_readline failure'
updated_at = <Date 2010-11-20.22:05:29.127>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2010-11-20.22:05:29.127>
actor = 'barry'
assignee = 'none'
closed = True
closed_date = <Date 2010-11-20.22:05:29.128>
closer = 'barry'
components = ['Library (Lib)']
creation = <Date 2010-01-29.14:01:36.244>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 7804
keywords = []
message_count = 6.0
messages = ['98508', '100673', '121733', '121736', '121755', '121791']
nosy_count = 4.0
nosy_names = ['barry', 'pitrou', 'ark3', 'binbrain']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'needs patch'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue7804'
versions = ['Python 2.6', 'Python 2.7', 'Python 3.2']

@pitrou
Copy link
Member Author

pitrou commented Jan 29, 2010

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'

@pitrou pitrou added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jan 29, 2010
@warsaw
Copy link
Member

warsaw commented Mar 8, 2010

I see this in 2.6 also, Ubuntu 9.10 and 10.04 (alpha). Marking this a release blocker for now, though I'll check to see if it's a regression or not.

@ark3
Copy link
Mannequin

ark3 mannequin commented Nov 20, 2010

Works for me with a fresh py3k on Ubuntu.

@binbrain
Copy link
Mannequin

binbrain mannequin commented Nov 20, 2010

Unable to recreate this in Ubuntu 10.04 w/3.2 alpha 4. Tried with and without readline lib installed.

@pitrou
Copy link
Member Author

pitrou commented Nov 20, 2010

I can't reproduce anymore (Debian 5.0.6). Barry?

@warsaw
Copy link
Member

warsaw commented Nov 20, 2010

I can't reproduce it either any more on Ubuntu 10.10 in either 2.6 or py3k.

@warsaw warsaw closed this as completed Nov 20, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants