6 ms·
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
by cerales 13y 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.
- tshepang 13y agoIf you read that page more carefully, you will notice that the list is about 2.7 changes, not 2.7.4.
- landypro 13y agoIf 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
- masklinn 13y ago> 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...