]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034)
authororlnub123 <orlnub123@gmail.com>
Mon, 10 Sep 2018 16:39:48 +0000 (19:39 +0300)
committerEthan Furman <ethan@stoneleaf.us>
Mon, 10 Sep 2018 16:39:48 +0000 (09:39 -0700)
commitc0d63bf73b35df374e6e66c08b0e297fb828d744
treecf31a3cfa56b595b26d107f9268037760c5911a8
parent49020174305ca3dc90a811b03a05f44873297c61
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034)

* Fix Enum._convert shadowing members named _convert
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]