Terry J. Reedy added the comment:

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.

----------
Added file: http://bugs.python.org/file36931/cfg-ext-34-5.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3068>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to