[issue1426] readline module needs a review

2007-11-12 Thread Christian Heimes
Christian Heimes added the comment: Done just the on_completion_match_display_hook was in a bad state. The rest was fine except for some indentions. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue1426] readline module needs a review

2007-11-12 Thread Guido van Rossum
Guido van Rossum added the comment: Go for it! -- nosy: +gvanrossum priority: high -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-l

[issue1426] readline module needs a review

2007-11-11 Thread Christian Heimes
New submission from Christian Heimes: 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. -- keywords: py3k messages: 57383 nosy: tiran priority: high severity: normal s