Configparser

Latest version: v7.2.0

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

Scan your dependencies

Page 6 of 6

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.

3.2.0r3

=======

* proper Python 2.6 support

* explicitly stated the dependency on `ordereddict
<http://pypi.python.org/pypi/ordereddict>`_

* numbered all formatting braces in strings

* explicitly says that Python 2.5 support won't happen (too much work necessary
without abstract base classes, string formatters, the ``io`` library, etc.)

* some healthy advertising in the README

3.2.0r2

=======

* a backport-specific change: for convenience and basic compatibility with the
old ConfigParser, bytestrings are now accepted as section names, options and
values. Those strings are still converted to Unicode for internal storage so
in any case when such conversion is not possible (using the 'ascii' codec),
UnicodeDecodeError is raised.

3.2.0r1

=======

* the first public release compatible with 3.2.0 + fixes for
Python 11324, Python 11670, and Python 11858.

Page 6 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.