Posted on Feb 2, 2011 by
Happy Monkey
Being able to use ${section:var} in other sections would be great to keep ini files DRY.
Comment #1
Posted on May 26, 2011 by Happy ElephantAs tox incorporates a number of other features wrt to ini-file parsing we probably would need to implement the requested {section:var} feature ourselves. Want to give it a try?
Comment #2
Posted on Jun 8, 2011 by Grumpy DogFor Python 2.6 and 2.7 there's a backport of configparser from 3.2:
http://pypi.python.org/pypi/configparser
I don't know how much that helps in Tox context.
Status: New
Labels:
Type-Defect
Priority-Medium