Skip to main content

This library brings the updated configparser from Python 3.2+ to Python 2.5-2.7.

Project description

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.5 - 2.7.

To use configparser instead of ConfigParser, simply replace:

import ConfigParser

with:

import configparser

For detailed documentation consult the vanilla version at http://docs.python.org/py3k/library/configparser.html.

Versioning

This backport is intended to keep 100% compatibility with the vanilla release in Python 3.2+. To help maintaining a version you want and expect, a versioning scheme is used where:

  • the first three numbers indicate the version of Python 3.x from which the backport is done

  • a backport release number is provided after the r letter

For example, 3.2.0r1 is the first release of configparser compatible with the library found in Python 3.2.0.

A single exception from the 100% compatibility principle is that bugs fixed before releasing another minor Python 3.x.y version will be included in the backport releases done in the mean time. This rule applies to bugs only.

Maintenance

This backport is maintained on BitBucket by Łukasz Langa, the current vanilla configparser maintainer for CPython:

Change Log

3.2.0r1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

configparser-3.2.0r1.tar.gz (29.6 kB view details)

Uploaded Source

File details

Details for the file configparser-3.2.0r1.tar.gz.

File metadata

File hashes

Hashes for configparser-3.2.0r1.tar.gz
Algorithm Hash digest
SHA256 8d2af400e4c4fbc4b8cb1cfb42c465b1f7470327a72a2a2413b6e50e4332b231
MD5 49ff19dd5511b069285a293dd3907902
BLAKE2b-256 dad32c5b86bae7a9b241307fb21196bbaf011df559ee954a2a09dfaa481de14b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page