Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
eliben
on May 10, 2013
|
parent
|
context
|
favorite
| on:
PEP 435 Accepted – Adding an Enum type to the Pyth...
flufl.enum was the initial candidate for PEP 435, but the current approach changed and uses implementation techniques not available in Python 2.7
We may create a almost-compliant back-port for 2.7 as an external library though
tshepang
on May 10, 2013
|
next
[–]
You sure it's not better spending the energy elsewhere? Python 3 needs more exclusive features to encourage people to migrate from Python 2.
chrismorgan
on May 11, 2013
|
prev
[–]
"Almost compliant" would mean compliant except for guaranteeing the correct order of iteration, would it not?
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
We may create a almost-compliant back-port for 2.7 as an external library though