[issue9876] ConfigParser can't interpolate values from other sections

2010-11-21 Thread Łukasz Langa
Łukasz Langa added the comment: Hopefully a form of this feature will be introduced as part of #10499. The discussion goes on there. -- resolution: -> duplicate status: open -> closed superseder: -> Modular interpolation in configparser ___ Python

[issue9876] ConfigParser can't interpolate values from other sections

2010-09-16 Thread Éric Araujo
Éric Araujo added the comment: Stable versions don’t get new features, only bug fixes. -- nosy: +eric.araujo, fdrake, lukasz.langa versions: +Python 3.2 -Python 2.7 ___ Python tracker __

[issue9876] ConfigParser can't interpolate values from other sections

2010-09-16 Thread Alexander Solovyov
New submission from Alexander Solovyov : Often it is useful to access some variable in other section for interpolation needs: for example, parent directory declared in common section could be used in configuration of certain components. Included patch can fix that (using syntax 'section.variab