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 takluyver
Recipients asvetlov, loewis, ned.deily, serhiy.storchaka, takluyver, terry.reedy
Date 2012-05-13.21:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336944588.0.0.370509546756.issue14777@psf.upfronthosting.co.za>
In-reply-to
Content
The 3rd revision of the patch has the cache at the module level. It's a bit awkward, because there's no module level function to call to retrieve it (as far as I know), so it's exposed by objects which can call Tk.

Also, serhiy pointed out a mistake in the 2nd revision, which is fixed ('selection' instead of 'clipboard').
History
Date User Action Args
2012-05-13 21:29:48takluyversetrecipients: + takluyver, loewis, terry.reedy, ned.deily, asvetlov, serhiy.storchaka
2012-05-13 21:29:47takluyversetmessageid: <1336944588.0.0.370509546756.issue14777@psf.upfronthosting.co.za>
2012-05-13 21:29:47takluyverlinkissue14777 messages
2012-05-13 21:29:47takluyvercreate