Configparser

Latest version: v7.0.0

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

Scan your dependencies

Page 4 of 6

3.7.1

=====

* Issue 30: Fixed issue on Python 2.x when future is present.

3.7.0

=====

* Merge functionality from Python 3.7.2. Now ConfigParser accepts bytes
paths as well as any
`PathLike <https://docs.python.org/3/library/os.html#os.PathLike>`_
object, including those found in the `pathlib2 backport
<https://pypi.org/project/pathlib2/>`.

* Project now uses declarative config for package metadata, meaning it
requires install from wheel or build using Setuptools 30.4 or later.

3.5.3

=====

* Issue 27: Reverted the limit on DeprecationWarning, as it had unintended
consequences.

3.5.2

=====

* Issue 23: Use environment markers to indicate the 'ordereddict' dependency
for Python 2.6.

* Issue 24: Limit DeprecationWarning when a filename is indicated as a
bytestring on Python 2. Now the warning is only emitted when py3kwarning
is indicated.

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

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.