Hacker News new | ask | show | jobs
by cerales 4815 days ago
It seems weird that large features like dictionary comprehensions and syntax changes like set literals are making it int0 2.7.x, but I'm not complaining - most of my projects are stuck on 2.7 due to deployment environment or library limitations and I'd love to be able to use these features.
2 comments

If you read that page more carefully, you will notice that the list is about 2.7 changes, not 2.7.4.
If you read his reply more carefully, you would have realised he's talking about the move to Python 3.x

There aren't any libraries I know of that work in 2.7 but not 2.7.x

> It seems weird that large features like dictionary comprehensions and syntax changes like set literals are making it int0 2.7.x

They made it into 2.7.0, that happened 3 years ago...