mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
e6eba48c41
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
282 B
Text
5 lines
282 B
Text
This library brings the updated configparser from Python 3.2+ to Python 2.6-2.7.
|
|
|
|
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.
|