[issue10499] Modular interpolation in configparser

2010-12-03 Thread Łukasz Langa
Łukasz Langa added the comment: Committed in rev 86976. -- resolution: -> accepted stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue10499] Modular interpolation in configparser

2010-11-28 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: Review posted. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue10499] Modular interpolation in configparser

2010-11-27 Thread Łukasz Langa
Łukasz Langa added the comment: Patch reposted here for review: http://codereview.appspot.com/3309043/ -- ___ Python tracker ___ ___

[issue10499] Modular interpolation in configparser

2010-11-23 Thread Alexander Solovyov
Changes by Alexander Solovyov : -- nosy: +asolovyov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue10499] Modular interpolation in configparser

2010-11-21 Thread Łukasz Langa
New submission from Łukasz Langa : 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 the interpolati