]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98298, gh-74730: [Enum] update docs (GH-103163)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 3 Apr 2023 21:57:42 +0000 (14:57 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2023 21:57:42 +0000 (14:57 -0700)
commit5ffc1e5a21de9a30566095386236db44695d184a
tree613c9f9e3f5f89f304626c4cf468d6b1d2aaf44e
parentd3a7732dd54c27ae523bef73efbb0c580ce2fbc0
gh-98298, gh-74730: [Enum] update docs (GH-103163)

fix FlagBoundary statements
add warning about reloading modules and enum identity
Doc/howto/enum.rst
Doc/library/enum.rst
Lib/enum.py