commit | 9a1daf5765d2df70d25b4886f8f288c3dff24578 | [log] [tgz] |
---|---|---|
author | Ethan Furman <ethan@stoneleaf.us> | Fri Sep 27 22:58:06 2013 -0700 |
committer | Ethan Furman <ethan@stoneleaf.us> | Fri Sep 27 22:58:06 2013 -0700 |
tree | c5c241744590bba4e6fba557d8ff39192c869112 | |
parent | ab25c7c011fc5875f92ff351262ba7fa50ef1c8f [diff] |
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.