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.

Author gpolo
Recipients ash101, corvus, garyrxx, georg.brandl, gpolo, johnfouhy, loewis, orthorim, sdati, terry.reedy
Date 2009-08-03.17:14:01
SpamBayes Score 9.436022e-09
Marked as misclassified No
Message-id <1249319643.09.0.421262952353.issue834351@psf.upfronthosting.co.za>
In-reply-to
Content
This is a tk issue, so the best way to fix this (if you don't want to
install something newer than Python 2.4 on Windows) is to install a
newer tcl/tk version.

Unfortunately the proposed workaround is way too specific, imagine if
other bindings had similar problems with different binding substitutions.

If we want to be safe, Tkinter should be passing only valid
substitutions for a given sequence but this is very awkward. But check
what the bind manual says ".. Some of the substitutions are only valid
for certain types of events; if they are used for other types of events
the value substituted is undefined.", note how it doesn't say ".. if
they are used for other types of events a segfault ensues".
History
Date User Action Args
2009-08-03 17:14:03gpolosetrecipients: + gpolo, loewis, georg.brandl, terry.reedy, corvus, garyrxx, ash101, johnfouhy, sdati, orthorim
2009-08-03 17:14:03gpolosetmessageid: <1249319643.09.0.421262952353.issue834351@psf.upfronthosting.co.za>
2009-08-03 17:14:02gpololinkissue834351 messages
2009-08-03 17:14:01gpolocreate