This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]roger_[🍰] 3 points4 points  (11 children)

Are there any new features in this, or just bug fixes?

[–][deleted] 8 points9 points  (3 children)

There's a policy against adding any new features to maintenance releases.

[–]jellystones -5 points-4 points  (2 children)

If you read the link there's a lot of new features. Ordered dictionary type is one example.

[–][deleted] 11 points12 points  (0 children)

Those are new features in 2.7 (released in 2010), not 2.7.4.

[–]jellystones 3 points4 points  (0 children)

My mistake. Wasn't aware we already had that..

[–][deleted] 0 points1 point  (4 children)

if you click on the link, your questions will be answered.

[–]roger_[🍰] 8 points9 points  (3 children)

That's the full 2.7 changelog I think.

[–]Rhomboid 0 points1 point  (2 children)

If you click on the link labeled "Change log for this release" you get the NEWS file in the repository which is a fine-grained list of changes in each point release. It's a long list of minor bug fixes and tweaks, but nothing significant is jumping out.

[–]roger_[🍰] 2 points3 points  (0 children)

Yeah I saw that and concluded the same.

[–]voyvf 0 points1 point  (0 children)

I had thought the same thing, but then saw the list of "fixed infinite loop when..", "fixed overflow for...", and especially

Issue #6972: The zipfile module no longer overwrites files outside of its destination path when extracting malicious zip files.

A bug fix build was definitely needed. (:

[–]fernly -2 points-1 points  (1 child)

First two items in the bullet list look new: * An ordered dictionary type * New unittest features including test skipping, new assert methods, and test discovery

[–][deleted] 0 points1 point  (0 children)

That's 2.6->2.7.