diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-17 14:41:41 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:54 -0600 |
commit | e6eba48c414ecf2e9e45b0b3f6de10f718ee7744 (patch) | |
tree | 81b3cd2542cbde289e966783b0b016ffc9861ae5 /libraries/ConfigParser/README | |
parent | ffead9a2c2d5ffd40fdf5a91eab286b54d8231a9 (diff) |
libraries/ConfigParser: Added (backported configparser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ConfigParser/README')
-rw-r--r-- | libraries/ConfigParser/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/ConfigParser/README b/libraries/ConfigParser/README new file mode 100644 index 0000000000000..78c255f07925f --- /dev/null +++ b/libraries/ConfigParser/README @@ -0,0 +1,5 @@ +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. |