]> granicus.if.org Git - python/commit
Close issue20653: allow Enum subclasses to override __reduce_ex__
authorEthan Furman <ethan@stoneleaf.us>
Tue, 18 Feb 2014 20:37:12 +0000 (12:37 -0800)
committerEthan Furman <ethan@stoneleaf.us>
Tue, 18 Feb 2014 20:37:12 +0000 (12:37 -0800)
commit9a0cbcc4f8f6b61086629907767cd6f3d5ffe8f5
treebe639d62140a3465747cdecdf64400923f809620
parent59a5533028ead37c4c9950551fb80a7c52d72a26
Close issue20653: allow Enum subclasses to override __reduce_ex__
Lib/enum.py
Lib/test/test_enum.py