Configparser

Latest version: v7.1.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

3.5.1

=====

* jaraco adopts the package.

* Moved hosting to GitHub.

* Issue 21: Updated ``backports`` namespace package to conform with other
packages sharing the namespace.

3.5.0

=====

* a complete rewrite of the backport; now single codebase working on Python
2.6 - 3.5. To use on Python 3 import ``from backports import configparser``
instead of the built-in version.

* compatible with 3.5.1

* fixes 1: versioning non-compliant with PEP 386

* fixes 3: ``reload(sys); sys.setdefaultencoding('utf8')`` in setup.py

* fixes 5: Installing the backport on Python 3 breaks virtualenv

* fixes 6: PyPy compatibility

3.5.0b2

=======

* second beta of 3.5.0, not using any third-party futurization libraries

3.5.0b1

=======

* first beta of 3.5.0, using python-future

* for the full feature list, see `3.5.0`_

3.3.0r2

=======

* updated the fix for Python 16820: parsers
now preserve section order when using ``__setitem__`` and ``update``

3.3.0r1

=======

* compatible with 3.3.0 + fixes for Python 15803
and Python 16820

* fixes 4: ``read()`` properly
treats a bytestring argument as a filename

* `ordereddict <http://pypi.python.org/pypi/ordereddict>`_ dependency required
only for Python 2.6

* `unittest2 <http://pypi.python.org/pypi/unittest2>`_ explicit dependency
dropped. If you want to test the release, add ``unittest2`` on your own.

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.