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: readline module needs a review
Type: Stage:
Components: Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, gvanrossum
Priority: normal Keywords:

Created on 2007-11-11 22:44 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg57383 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-11-11 22:44
The readline module needs a review and cleanup. Several functions don't
do enough error checks and the indention is partly borked with mixes of
tab and 2 space indention.
msg57407 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-11-12 17:26
Go for it!
msg57423 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-11-12 20:01
Done

just the on_completion_match_display_hook was in a bad state. The rest
was fine except for some indentions.
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45767
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: Python 2.6, Python 3.0
2007-11-12 20:01:18christian.heimessetstatus: open -> closed
resolution: fixed
messages: + msg57423
2007-11-12 17:26:39gvanrossumsetpriority: high -> normal
nosy: + gvanrossum
messages: + msg57407
2007-11-11 22:44:08christian.heimescreate