]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98298, gh-74730: [Enum] update docs (GH-103163)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Apr 2023 22:27:33 +0000 (15:27 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2023 22:27:33 +0000 (15:27 -0700)
commitcf72cc25f600183c69e3639e78cfae3571f8d4d0
treec5678efdf1393143c6b6d7b2106a4661271b90ab
parent823622212eb258fcec467db56f6e726d841297b3
gh-98298, gh-74730: [Enum] update docs (GH-103163)

fix FlagBoundary statements
add warning about reloading modules and enum identity
(cherry picked from commit 5ffc1e5a21de9a30566095386236db44695d184a)

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