commit | 3715176557cf87925c8f89b98939c7daf9bf48e2 | [log] [tgz] |
---|---|---|
author | Ethan Furman <ethan@stoneleaf.us> | Wed Apr 11 18:56:25 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 11 18:56:25 2018 -0700 |
tree | f34d24cd2a6d9a0a5a98effec1cfec3d6dad06f5 | |
parent | cbbf7461862fd1fb497ed32d09b1328250fd85c9 [diff] |
[3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392) deprecate non-Enum lookups in Enums Lookups such as `1 in Color` and `2 in SomeFlag()` will raise TypeError in 3.8+.