summaryrefslogtreecommitdiff
path: root/tests/functional/b/bad_reversed_sequence_py37.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-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 Martin2021-10-171-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-leba2020-11-301-0/+2