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 terry.reedy
Recipients Saimadhav.Heblikar, jesstess, python-dev, terry.reedy
Date 2016-05-18.00:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463529951.02.0.52898730159.issue21676@psf.upfronthosting.co.za>
In-reply-to
Content
The 'Theme changed' message is maddening.  I verified that is was not occurring without this patch.  I made sure all widgets were passed cls.root as master, and that all were delected.  Running the class with "def test_dummy(self): pass" and all other methods commented out did not result in the message.  So setup and teardown do not, in themselves, cause it.  Running the first test, test_simple up to the point where a replace function is caused did not trigger the message.  Running most any replace funcition does trigger.  The base dialog and search tests do not trigger, so merely creating an engine did not.  One new thing in replace test is tests using REs.

Anyway, pushed slightly modified files.  I am no longer backporting 'routine' patches to 2.7.
History
Date User Action Args
2016-05-18 00:05:51terry.reedysetrecipients: + terry.reedy, jesstess, python-dev, Saimadhav.Heblikar
2016-05-18 00:05:51terry.reedysetmessageid: <1463529951.02.0.52898730159.issue21676@psf.upfronthosting.co.za>
2016-05-18 00:05:50terry.reedylinkissue21676 messages
2016-05-18 00:05:50terry.reedycreate