[issue1425] readline: no display matches hook set

2007-11-11 Thread Martin v. Löwis
Martin v. Löwis added the comment: Thanks for the report. This is now fixed in r58940. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1425] readline: no display matches hook set

2007-11-11 Thread Christian Heimes
Christian Heimes added the comment: http://bugs.python.org/issue1388440 http://bugs.python.org/issue1424 -- assignee: -> loewis nosy: +loewis priority: -> normal superseder: -> py3k: readline and rlcompleter doesn't list choices __ Tracker <[EMAIL PROT

[issue1425] readline: no display matches hook set

2007-11-11 Thread Christian Heimes
New submission from Christian Heimes: In Python 2.6 and 3.0 the readline module has changed. A new hook to set a display matches was introduced but no default method is set thus rendering rlcompleter partly useless. -- components: Extension Modules, Library (Lib) keywords: py3k messages