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 gpolo, loewis, pysquared, quentin.gallet-gilles
Date 2008-12-17.17:51:17
SpamBayes Score 4.850228e-06
Marked as misclassified No
Message-id <1229536278.67.0.482183308094.issue1524639@psf.upfronthosting.co.za>
In-reply-to
Content
Rethinking about the changes done in Misc._configure I found out that
you don't need any of those there. 
Isn't it the case of only improving the changes regarding callable
overwriting in Misc._options ? So if the value is a callable and the
option doesn't exist you also don't _register the callable. Maybe I'm
forgetting about something here, so you could bring an example that
fails on this reasoning.

I've applied these changes and others commented before in a thing I'm
testing:
http://code.google.com/p/plumage/source/detail?r=85
http://code.google.com/p/plumage/source/detail?r=86
http://code.google.com/p/plumage/source/detail?r=87
http://code.google.com/p/plumage/source/detail?r=89
http://code.google.com/p/plumage/source/detail?r=91

I didn't fix the ones related to Variable yet, but if any of these
changes looks fine for someone the diffs would probably apply on "the
standard" Tkinter.py without much problem.
History
Date User Action Args
2008-12-17 17:51:18gpolosetrecipients: + gpolo, loewis, pysquared, quentin.gallet-gilles
2008-12-17 17:51:18gpolosetmessageid: <1229536278.67.0.482183308094.issue1524639@psf.upfronthosting.co.za>
2008-12-17 17:51:18gpololinkissue1524639 messages
2008-12-17 17:51:17gpolocreate