]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Dec 2020 19:25:06 +0000 (11:25 -0800)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 19:25:06 +0000 (11:25 -0800)
commitf6d1520219899874d78e7710934c9b21af880f9a
tree786d0c8b4456b3293f42687a15e377e9ba778937
parent21ca80eef44bbfb0de4bd4c3032873d36bf7c37f
bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)

(cherry picked from commit 68526fe258da8c01196fd7cf48e8e5f1280bf8fd)

Co-authored-by: Angelin BOOZ <9497359+lem2clide@users.noreply.github.com>
Lib/enum.py
Lib/test/test_enum.py
Lib/test/test_httplib.py
Misc/ACKS
Misc/NEWS.d/next/Library/2020-03-29-21-32-00.bpo-40084.MCYwcv.rst [new file with mode: 0644]