[issue29333] ConfigParser calls Interpolation.before_read after reading

2017-01-25 Thread Gereon Kaiping
Changes by Gereon Kaiping <gereon.kaiping+pyt...@gmail.com>: -- components: +Library (Lib) type: -> behavior versions: +Python 3.5, Python 3.6 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29333] ConfigParser calls Interpolation.before_read after reading

2017-01-20 Thread Gereon Kaiping
New submission from Gereon Kaiping: In its current implementation, `ConfigParser` calls its Interpolation's `before_read` method in the very last step of `_read`, when all properties have already been overwritten by their new uninterpolated values. I am developing a program with modular

[issue26537] ConfigParser has optoinxform, but not sectionxform

2016-03-10 Thread Gereon Kaiping
New submission from Gereon Kaiping: configparser.ConfigParser (resp. ConfigParser.RawConfigParser for python2) has a optionxform function which converts the option names in a section to lower case by default. A similar function for section titles would be expected (cf. https://github.com