[issue1048820] Only "Overwrite" mode possible with curses.textpad.Textbox

2009-01-21 Thread dashing
dashing added the comment: I am getting "RuntimeError: maximum recursion depth exceeded" as soon as I type a character in a textbox made with insert_mode=True. -- nosy: +dashing type: -> crash ___ Python tracker

[issue1048820] Only "Overwrite" mode possible with curses.textpad.Textbox

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: Applied to the trunk in rev. 60119. Thanks for your patch! Please remember to sign and send in a contributor form; the forms are available at http://www.python.org/psf/contrib/ -- resolution: -> accepted status: open -> closed versions: +Python 2.6 -Py

[issue1048820] Only "Overwrite" mode possible with curses.textpad.Textbox

2008-01-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +patch title: Only "Overwrite" mode possible with curses.textpad.Textbox -> Only "Overwrite" mode possible with curses.textpad.Textbox _ Tracker <[EMAIL PROTECTED]> ___