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 serhiy.storchaka
Recipients asvetlov, loewis, ned.deily, serhiy.storchaka, takluyver, terry.reedy
Date 2012-05-13.20:49:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336942350.3172.354.camel@raxxla>
In-reply-to <1336941273.34.0.753770807713.issue14777@psf.upfronthosting.co.za>
Content
> Not to bikeshed here but I think it would be better to cache the windowingsystem value at the module level since I assume an application could be calling clipboard_get on different tkinter objects and I don't there is any possibility that the windowingsystem value could vary within one interpreter invocation.

Why Misc.tk is not a module level variable?
History
Date User Action Args
2012-05-13 20:49:51serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, ned.deily, asvetlov, takluyver
2012-05-13 20:49:51serhiy.storchakalinkissue14777 messages
2012-05-13 20:49:51serhiy.storchakacreate