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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2017-07-08.20:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499544199.42.0.813051946674.issue30868@psf.upfronthosting.co.za>
In-reply-to
Content
If it's helpful, here's some history on Save and save_as in configdialog.

--------------
Item: Code change which added the lines to always save 'highlight' and 'keys'.

November 16, 2004, commit 5acdf9308191b6356fb3ed4ba691ba5cd391f202

commit message:
 Saving a Keyset w/o making changes (by using the "Save as New Custom …

…Key Set"

button) caused IDLE to fail on restart (no new keyset was created in
config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.
--------------

Item: Code change to always save 'main' first.  Not much information, but seems to be part of the handling of the help source changes.

March 26, 2002  commit 0c5bc8c9518fd18d41aedede536c4a9aa8dfa619 

Commit message:  further work on new config system;

user defined help items
--------------
History
Date User Action Args
2017-07-08 20:03:19cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2017-07-08 20:03:19cheryl.sabellasetmessageid: <1499544199.42.0.813051946674.issue30868@psf.upfronthosting.co.za>
2017-07-08 20:03:19cheryl.sabellalinkissue30868 messages
2017-07-08 20:03:19cheryl.sabellacreate