[issue10499] Modular interpolation in configparser

2010-12-03 Thread Łukasz Langa
Łukasz Langa luk...@langa.pl added the comment: Committed in rev 86976. -- resolution: - accepted stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10499

[issue10499] Modular interpolation in configparser

2010-11-28 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. fdr...@acm.org added the comment: Review posted. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10499 ___ ___

[issue10499] Modular interpolation in configparser

2010-11-27 Thread Łukasz Langa
Łukasz Langa luk...@langa.pl added the comment: Patch reposted here for review: http://codereview.appspot.com/3309043/ -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10499 ___

[issue10499] Modular interpolation in configparser

2010-11-23 Thread Alexander Solovyov
Changes by Alexander Solovyov pira...@piranha.org.ua: -- nosy: +asolovyov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10499 ___ ___

[issue10499] Modular interpolation in configparser

2010-11-21 Thread Łukasz Langa
New submission from Łukasz Langa luk...@langa.pl: SUMMARY === This is a refactoring of configparser raised from discussions on #6517 and #9876. It solves both issues and makes the code quite elegant. Best part is, it's fully backwards compatible [1]. In the patch I basically did: a) move