]> granicus.if.org Git - python/commit
Add __reversed__ to Enum. Minor code reorg (moved __members__ to be in alpha order).
authorEthan Furman <ethan@stoneleaf.us>
Sun, 15 Sep 2013 01:11:24 +0000 (18:11 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Sun, 15 Sep 2013 01:11:24 +0000 (18:11 -0700)
commit2131a4a2fc933132c8f2b1f97b3bbf246cccc669
treed3c00a2914f976802467faabe45918fdb92f2714
parent5589bd109adf9cdf1eec9ad78d4250b9f9b078ea
Add __reversed__ to Enum.  Minor code reorg (moved __members__ to be in alpha order).
Lib/enum.py
Lib/test/test_enum.py