]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #19011: Add documentation on some of the non-standard Enum behavior.
authorEthan Furman <ethan@stoneleaf.us>
Sat, 28 Sep 2013 05:58:06 +0000 (22:58 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Sat, 28 Sep 2013 05:58:06 +0000 (22:58 -0700)
commit9a1daf5765d2df70d25b4886f8f288c3dff24578
treec5c241744590bba4e6fba557d8ff39192c869112
parentab25c7c011fc5875f92ff351262ba7fa50ef1c8f
Close #19011:  Add documentation on some of the non-standard Enum behavior.

Issues such as iterating and containment on Enum classes, why Enum member
instances do not show up on other Enum members, and how __new__ should
be used.
Doc/library/enum.rst