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 docs@python, gpolo, loewis, martin.panter, python-dev, serhiy.storchaka, terry.reedy
Date 2014-07-30.15:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406735289.28.0.335152084213.issue21580@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Martin for your reviews. Here is updated 2.7 patch which implements your suggestion.

The disadvantage of this patch in comparison with first version is that it will not work with statically compiled embedded Python, when only stdlib is updated. I once broke re in bugfix release in such manner (by moving one constant from Python sources to C sources). On other hand, it is very unlikely that anyone uses Tkinter in such circumstances, and in any case this part of code is broken for now, so patch should not introduce new regression.
History
Date User Action Args
2014-07-30 15:48:09serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, terry.reedy, gpolo, docs@python, python-dev, martin.panter
2014-07-30 15:48:09serhiy.storchakasetmessageid: <1406735289.28.0.335152084213.issue21580@psf.upfronthosting.co.za>
2014-07-30 15:48:09serhiy.storchakalinkissue21580 messages
2014-07-30 15:48:09serhiy.storchakacreate