blob: 506b572b701e8ededd6001cb07444dfadce13869 (
plain) (
blame)
1
2
3
4
5
6
|
The ancient ConfigParser module available in the standard
library 2.x has seen a major update in Python 3.2. This
is a backport of those changes so that they can be used
directly in Python 2.6 - 2.7
WWW: https://pypi.python.org/pypi/configparser
|