This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix Bug 1362475 Text.edit_modified() doesn't work
Type: Stage:
Components: Tkinter Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Text.edit_modified() fails
View: 961805
Assigned To: loewis Nosy List: loewis, mkiever
Priority: normal Keywords: patch

Created on 2007-01-24 15:50 by mkiever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
editModified1362475.patch mkiever, 2007-01-24 15:50 unified forward patch for revision 53542
Messages (2)
msg51794 - (view) Author: Matthias Kievernagel (mkiever) * Date: 2007-01-24 15:50
Text.edit_modified() called _getints()
for boolean return values causing
an exception.
The patch below removes _getints call.
The other Text.edit_*() functions have
no return values so they still work
after applying the patch.

Greetings,
Matthias Kievernagel
msg56412 - (view) Author: Matthias Kievernagel (mkiever) * Date: 2007-10-14 12:30
Moved my patch to Issue961805.
(duplication was created when moving from SF bugs/patches)
This issue should be closed down.

Regards,
Matthias Kievernagel
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44501
2007-10-15 04:08:20georg.brandlsetstatus: open -> closed
resolution: duplicate
superseder: Text.edit_modified() fails
2007-10-14 12:30:30mkieversetmessages: + msg56412
2007-01-24 15:50:29mkievercreate