[issue5006] Duplicate UTF-16 BOM if a file is open in append mode

2010-06-30 Thread Conrad.Irwin
Conrad.Irwin added the comment: Shouldn't this fix be back-ported to the 2.6 branch too? -- nosy: +Conrad.Irwin ___ Python tracker <http://bugs.python.org/i

[issue4502] Allowing get_pre_input_hook from Readline

2008-12-02 Thread Conrad.Irwin
Conrad.Irwin <[EMAIL PROTECTED]> added the comment: ...wrap the current readline in a pure python module ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4502] Allowing get_pre_input_hook from Readline

2008-12-02 Thread Conrad.Irwin
Changes by Conrad.Irwin <[EMAIL PROTECTED]>: -- type: -> feature request ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4502> ___ __

[issue4502] Allowing get_pre_input_hook from Readline

2008-12-02 Thread Conrad.Irwin
New submission from Conrad.Irwin <[EMAIL PROTECTED]>: At the moment there is no way of getting the current pre_input_hook out of the readline module, so applications cannot set_pre_input_hook without possibly over-writing users settings (or other parts of the applications settings)