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.

classification
Title: rlcompleter doesn't work anymore
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, pitrou
Priority: normal Keywords: patch

Created on 2008-07-05 20:29 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rlcompleter.patch pitrou, 2008-07-05 21:17
Messages (5)
msg69293 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-07-05 20:29
In the latest py3k versions, rlcompleter doesn't work anymore. Pressing
the tab key (with tab-completion enabled) doesn't produce anything on
screen.
msg69294 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-05 20:32
Antoine, can you try it before r64671?
msg69296 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-07-05 20:52
Le samedi 05 juillet 2008 à 20:32 +0000, Benjamin Peterson a écrit :
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
> 
> Antoine, can you try it before r64671?

Bingo, the regression occurs exactly at r64671.
msg69299 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-07-05 21:17
Here is a fix (in addition to the one you already committed).
msg69300 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-05 21:21
Thanks for the report and the fix! (committed in r64748)
History
Date User Action Args
2022-04-11 14:56:36adminsetgithub: 47541
2008-07-05 21:21:19benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg69300
2008-07-05 21:17:13pitrousetfiles: + rlcompleter.patch
keywords: + patch
messages: + msg69299
2008-07-05 20:52:46pitrousetmessages: + msg69296
2008-07-05 20:32:25benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg69294
2008-07-05 20:29:42pitroucreate