Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support for Python 3.7 (#8609) | Marc Mueller | 2023-04-24 | 1 | -2/+2 |
| | | | | | * Drop support for Python 3.7 * Update py-version + classifier * Update functional tests | ||||
* | From Python 3.8 onwards classes inheriting from dict are reversible (#5169) | Tim Martin | 2021-10-17 | 1 | -0/+10 |
| | | | | | | | | | | | * From Python 3.8 onwards classes inheriting from dict are reversible This generalises an earlier change to the bad-reversed-sequence checker in Python 3.8 onwards: dicts were already being treated as reversible, but so should any class inheriting from dict. Fixes #4981 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add version-specific functional tests for `bad_reversed_sequence` | ethan-leba | 2020-11-30 | 1 | -0/+2 |