]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40084: Enum - dir() includes member attributes (GH-19219)
authorAngelin BOOZ <9497359+lem2clide@users.noreply.github.com>
Mon, 21 Sep 2020 13:11:06 +0000 (15:11 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Sep 2020 13:11:06 +0000 (06:11 -0700)
commit68526fe258da8c01196fd7cf48e8e5f1280bf8fd
tree45b3930335dca97d5b613100e12b0feaa7e218ed
parent1b328ea9a7d15de4a8c9d0eb8aee94f6c75c1b46
bpo-40084: Enum - dir() includes member attributes (GH-19219)
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]