]> 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)
commitdc87052c0cf2afcdbd8ecbd60077a863b295b719
treefb002c197c2d01175ce3c319ef207d36334df98a
parente3e786c96311e8926c58240cace075360033f9ca
Close issue20653: allow Enum subclasses to override __reduce_ex__
Lib/enum.py
Lib/test/test_enum.py