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 to be usable without readline
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, kxroberto
Priority: normal Keywords: patch

Created on 2006-04-19 09:34 by kxroberto, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rlc.patch kxroberto, 2006-04-19 09:34
Messages (2)
msg50074 - (view) Author: kxroberto (kxroberto) Date: 2006-04-19 09:34
ignores ImportError on readline

the completer's nice core functionality depends not on
readline and is useful standalone. E.g. I like to use
it in projects on Windows.
msg50075 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-04-30 18:15
Logged In: YES 
user_id=849994

Thanks for the patch, applied and updated docs in rev. 45825.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43248
2006-04-19 09:34:33kxrobertocreate