]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Oct 2018 03:10:04 +0000 (20:10 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Sat, 6 Oct 2018 03:10:04 +0000 (20:10 -0700)
commit22e86fbbca04d251233fc07515885d2b67945094
tree50e9219a5b17fe327e3712299a271c06261d34f3
parent526929be39e139a7d89f4c363d79c28566f30d71
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034) (GH-9229)

* Fix Enum._convert shadowing members named _convert
Co-authored-by: orlnub123 <orlnub123@gmail.com>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2018-09-02-13-33-35.bpo-34282.ztyXH8.rst [new file with mode: 0644]