Issue 3291: rlcompleter doesn't work anymore (original) (raw)

Issue3291

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/47541

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:36 admin set github: 47541
2008-07-05 21:21:19 benjamin.peterson set status: open -> closedresolution: fixedmessages: +
2008-07-05 21:17:13 pitrou set files: + rlcompleter.patchkeywords: + patchmessages: +
2008-07-05 20:52:46 pitrou set messages: +
2008-07-05 20:32:25 benjamin.peterson set nosy: + benjamin.petersonmessages: +
2008-07-05 20:29:42 pitrou create