Export to GitHub

pytox - issue #17

Make use of configparser.ExtendedInterpolation


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 Elephant

As 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 Dog

For 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