]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43162: [Enum] update docs, renable doc tests (GH-24487)
authorEthan Furman <ethan@stoneleaf.us>
Wed, 3 Mar 2021 17:54:30 +0000 (09:54 -0800)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 17:54:30 +0000 (09:54 -0800)
commit44e580f448016b86807465a186d03d9074e2b589
tree3fa55695ece25aac38893d2a38e05d0ff4386e98
parent04f6fbb6969e9860783b9ab4dc24b6fe3c6dab8d
bpo-43162: [Enum] update docs, renable doc tests (GH-24487)

* update docs, renable doc tests
* make deprecation warning active for two releases
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py