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, gpolo, kbk, ned.deily, python-dev, taleinat, terry.reedy, weeble
Date 2014-10-15.08:30:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413361835.12.0.913790224021.issue3068@psf.upfronthosting.co.za>
In-reply-to
Content
This version only allows configuration of default configuration.  Added sections (for added extensions) are ignored.  That will be a future enhancement.

Patch 5 makes changes in load_extensions and set_user_value so that var strings are compared to saved default strings. Before doing that, the value is stripped and if blank replaced with the default.  The var is set to the adjusted value.  After Apply, the user can see what the current config values are and if not default, what was written to the user config file.
History
Date User Action Args
2014-10-15 08:30:35terry.reedysetrecipients: + terry.reedy, kbk, taleinat, gpolo, ned.deily, weeble, python-dev, Saimadhav.Heblikar
2014-10-15 08:30:35terry.reedysetmessageid: <1413361835.12.0.913790224021.issue3068@psf.upfronthosting.co.za>
2014-10-15 08:30:35terry.reedylinkissue3068 messages
2014-10-15 08:30:34terry.reedycreate