]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue22506: added methods on base Enum class now show up in dir of Enum subclass...
authorEthan Furman <ethan@stoneleaf.us>
Tue, 14 Oct 2014 15:58:32 +0000 (08:58 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Tue, 14 Oct 2014 15:58:32 +0000 (08:58 -0700)
commit0ae550bdde7cc87defb89dd19c912bf4485619f5
tree638b4189cb1801788c1183c3903423b93cccc9a3
parent39892055cdd560c9ddb895bfd2b82c3c31329218
Issue22506: added methods on base Enum class now show up in dir of Enum subclass (3.4)
Lib/enum.py
Lib/test/test_enum.py