[issue2732] curses.textpad loses characters at the end of lines

2008-06-22 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: This bug was fixed in 2.5 and 2.6, in rev. 60118 and 60119. Thanks for your bug report! -- assignee: -> akuchling nosy: +akuchling resolution: -> fixed status: open -> closed ___ Python tracker <

[issue2732] curses.textpad loses characters at the end of lines

2008-06-21 Thread Anthony Lenton
Anthony Lenton <[EMAIL PROTECTED]> added the comment: This doesn't happen to me with 2.6 compiled from HEAD, or with 2.5.2 shipped with Ubuntu Hardy. In both cases the output is: Contents of text box: '123456789\n123456789\n' -- nosy: +elachuni ___

[issue2732] curses.textpad loses characters at the end of lines

2008-05-05 Thread Shish
Shish <[EMAIL PROTECTED]> added the comment: Also present in 2.5 -- components: +Library (Lib) -Extension Modules versions: +Python 2.5 __ Tracker <[EMAIL PROTECTED]> __ __

[issue2732] curses.textpad loses characters at the end of lines

2008-05-01 Thread Shish
Changes by Shish <[EMAIL PROTECTED]>: -- type: -> behavior __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue2732] curses.textpad loses characters at the end of lines

2008-05-01 Thread Shish
New submission from Shish <[EMAIL PROTECTED]>: Even in the self-test suite, the bug appears, run: python /usr/lib/python2.4/curses/textpad.py then type so that the line wraps, eg 123456789123456789 to fill two lines, and then ctrl-g to return -- the result has had the end characters of each l