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 ned.deily
Recipients asvetlov, loewis, ned.deily, serhiy.storchaka, takluyver, terry.reedy
Date 2012-05-13.20:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336941273.34.0.753770807713.issue14777@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2012-05-13 20:34:33ned.deilysetrecipients: + ned.deily, loewis, terry.reedy, asvetlov, takluyver, serhiy.storchaka
2012-05-13 20:34:33ned.deilysetmessageid: <1336941273.34.0.753770807713.issue14777@psf.upfronthosting.co.za>
2012-05-13 20:34:32ned.deilylinkissue14777 messages
2012-05-13 20:34:32ned.deilycreate