- Refreshed with implementation from CPython main (3.14).
7.0.1
======
Bugfixes --------
- Refreshed with implementation from CPython 3.13.0rc1.
7.0.0
======
Deprecations and Removals -------------------------
- Refreshed with implementation from CPython 3.13.0a6. - Remove 'configparser' as a top-level name, as it's already masked by the stdlib on all supported Pythons.
6.0.1
======
Bugfixes --------
- Fixed failing tests introduced by upstream test suite changes. (70)
6.0.0
======
Features --------
- Require Python 3.8 or later.
Deprecations and Removals -------------------------
- Synced with CPython 3.12.0b2. Removes ``SafeConfigParser`` and ``filename`` parameter.
5.3.0
======
* Synced with Python 3.11.0rc1. * Packaging refresh. * Requires Python 3.7 or later.