Staging
v0.5.1
https://github.com/python/cpython
Revision 3715176557cf87925c8f89b98939c7daf9bf48e2 authored by Ethan Furman on 12 April 2018, 01:56:25 UTC, committed by GitHub on 12 April 2018, 01:56:25 UTC
deprecate non-Enum lookups in Enums

Lookups such as `1 in Color` and `2 in SomeFlag()` will raise TypeError
in 3.8+.
1 parent cbbf746
Raw File
Tip revision: 3715176557cf87925c8f89b98939c7daf9bf48e2 authored by Ethan Furman on 12 April 2018, 01:56:25 UTC
[3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392)
Tip revision: 3715176
copyright.rst
*********
Copyright
*********

Python and this documentation is:

Copyright © 2001-2018 Python Software Foundation. All rights reserved.

Copyright © 2000 BeOpen.com. All rights reserved.

Copyright © 1995-2000 Corporation for National Research Initiatives. All rights
reserved.

Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.

-------

See :ref:`history-and-license` for complete license and permissions information.

back to top