]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
authorEthan Furman <ethan@stoneleaf.us>
Wed, 16 Jun 2021 01:50:59 +0000 (18:50 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Jun 2021 01:50:59 +0000 (18:50 -0700)
commit41c2a4a727d3d559632598759433e0ec1bf594f5
tree97744d0c093754c267099125153bfdbafdd0cb28
parent0f99324f61d5a2edd8729be5eed6f172c892af24
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)

* [3.10] [Enum] improve test, add andrei kulakov to ACKS (GH-26726).
(cherry picked from commit cb2014f2077c92c35486bf0db7e646a68478a7a5)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py
Misc/ACKS