Files
cpython/Lib/test
Ethan Furman 482fe0477e issue23673
add private method to enum to support replacing global constants with Enum members:
- search for candidate constants via supplied filter
- create new enum class and members
- insert enum class and replace constants with members via supplied module name
- replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle
modify IntEnum classes to use new method
2015-03-18 18:19:30 -07:00
..
2015-02-02 17:47:26 -05:00
2014-02-28 15:43:36 +01:00
2015-03-18 18:19:30 -07:00
2015-03-09 10:37:50 -04:00
2014-03-09 14:47:58 -07:00
2014-02-01 21:22:26 +02:00
2014-08-19 18:20:23 +03:00
2014-10-05 17:37:59 +02:00
2014-11-26 14:35:56 -06:00
2015-03-18 18:19:30 -07:00
2015-02-25 16:47:14 -05:00
2014-12-05 20:34:56 -05:00
2014-02-16 14:17:28 -05:00