]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Enum] Remove automatic docstring generation (GH-94188)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jun 2022 21:18:20 +0000 (14:18 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 21:18:20 +0000 (14:18 -0700)
commitfbf31454e9e6d97d0a86a418249fe83f246d7a93
treea65aeff4dfb2a71aad0b2307149b5a3c2a2e7cab
parent65ed8b47eeac96e1da4e4d43a02f9ba7ee3788ac
[Enum] Remove automatic docstring generation (GH-94188)

(cherry picked from commit 28a2ccfff279867b87aa31f56bfc97cf3d6b3afe)

Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
Lib/enum.py
Lib/test/test_enum.py