[issue961805] Text.edit_modified() fails

2008-05-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, committed patch as r63412. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> __

[issue961805] Text.edit_modified() fails

2008-05-17 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: >From issue 1362475: This bug still exists, I'm attaching a patch against current python-trunk. This patch is based on the fact that documentation tk 8.4 (version which edit command was added) and tk 8.5 says only edit_modified is supposed to

[issue961805] Text.edit_modified() fails

2008-01-11 Thread Matthias Kievernagel
Matthias Kievernagel added the comment: Retested revision 59927 from the trunk. Error is still there, is demonstrated by attached editModified.py (click 'modified?') and patch is still applicable and corrects the problem. Regards, Matthias Kievernagel -- versions: +Python 2.6 _

[issue961805] Text.edit_modified() fails

2007-10-14 Thread Matthias Kievernagel
Changes by Matthias Kievernagel: Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/

[issue961805] Text.edit_modified() fails

2007-10-14 Thread Matthias Kievernagel
Matthias Kievernagel added the comment: Moved my patch from Issue1643641 to this Issue. (duplication was created when moving from SF bugs/patches) Patch to be applied with 'patch -p0' I have also attached a demo where you can test all Text.edit_* functions. Regards, Matthias Kievernagel ---