]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40084: Enum - dir() includes member attributes (GH-19219)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Dec 2020 22:43:43 +0000 (14:43 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Dec 2020 22:43:43 +0000 (14:43 -0800)
commit33cbb04986d0dabb9c542edc52bb4ea6106d3a81
tree05c1054839b07b835f57da2d6a984aa85273d716
parentdbb00062dc3afb12c41c87564e6faefe60766b01
bpo-40084: Enum - dir() includes member attributes (GH-19219)

(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]