blob: 73aed5b8584042d1ac9f4b901a5b5386974e39e8 (
plain) (
blame)
1
2
3
|
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 - 3.5.
|