Ethan Furman
|
101e0746d3
|
Close #18989: enum members will no longer overwrite other attributes, nor be overwritten by them.
|
2013-09-15 12:34:36 -07:00 |
Ethan Furman
|
455bfdea2f
|
Close #18980: Enum doc fixes. Patch from Elazar Gershuni.
|
2013-09-08 23:48:34 -07:00 |
Ethan Furman
|
ed0bf8a729
|
Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni.
|
2013-09-06 19:53:30 -07:00 |
Ethan Furman
|
ec15a826ce
|
Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as IntEnum).
|
2013-08-31 19:17:41 -07:00 |
Ethan Furman
|
9026262507
|
fixed examples to work with changed attribute names
|
2013-07-30 12:24:25 -07:00 |
Ethan Furman
|
f24bb35a69
|
closes issue18042 -- a `unique` decorator is added to enum.py
The docs also clarify the 'Interesting Example' duplicate-free enum is for
demonstration purposes.
|
2013-07-18 17:05:39 -07:00 |
Ethan Furman
|
e2563462fc
|
Added rationale for defaulting to 1 in the functional API.
|
2013-06-28 19:37:17 -07:00 |
Ethan Furman
|
3fe70b4acc
|
Added example to enum docs show access to name and value attributes of enum members.
|
2013-06-28 14:02:34 -07:00 |
Brett Cannon
|
15e489f7c5
|
Fix markup of the synopsis along with changing to state what is in the
module and not as a definition of what an enumeration is.
|
2013-06-14 21:59:16 -04:00 |
Ethan Furman
|
6b3d64ab5d
|
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library).
Missing files added.
News entry added.
|
2013-06-14 16:55:46 -07:00 |