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 Anand Krishnakumar, jayseye, kbk, markroseman, python-dev, roger.serwy, terry.reedy
Date 2015-10-03.02:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443839004.21.0.502981855017.issue24820@psf.upfronthosting.co.za>
In-reply-to
Content
I was going to push both a version of the breakpoint patch and the new theme, but noticed a problem.  If someone selects IDLE Dark and saves that choice and then run an older Python+IDLE, then the older IDLE will not find 'IDLE Dark' and will run a backup default black and white theme, possibly with some error messages.  The solution is to select IDLE Dark and then immediately hit [Save as New Custom Theme] and enter a different name.  IDLE will then change Select: from (o) a Built-in Theme to (o) a Custom Theme, with the saved name selected.  I want to add a popup to say this before adding the theme.
History
Date User Action Args
2015-10-03 02:23:24terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, markroseman, python-dev, Anand Krishnakumar, jayseye
2015-10-03 02:23:24terry.reedysetmessageid: <1443839004.21.0.502981855017.issue24820@psf.upfronthosting.co.za>
2015-10-03 02:23:24terry.reedylinkissue24820 messages
2015-10-03 02:23:23terry.reedycreate