Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
BoppreH
on May 10, 2013
|
parent
|
context
|
favorite
| on:
PEP 435 Accepted – Adding an Enum type to the Pyth...
The PEP mentions these explicit values allow the creation of aliases in a very natural way.
class Keys(Enum): space = 1 esc = 2 enter = 3 return = 3 # Alias to "enter".
Also, less magic.
IgorPartola
on May 10, 2013
[–]
return = 3 shouldn't work.
mbreese
on May 10, 2013
|
parent
[–]
you know what they meant...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: