Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Where did you see the different branches for 2.4-2.6? I saw different binary downloads for Windows, but the source seems like one folder. Did I miss anything? Commented Dec 9, 2009 at 15:13
  • set and frozenset were added in Python 2.4. python.org/doc/2.4.4/whatsnew/whatsnew24.html Commented Dec 9, 2009 at 16:05
  • @cool-RR - No, it was I that missed something. I removed the bad information. @kaizer.se - Thanks, I was confusing the sets module deprecation with the addition of the built-in types. Commented Dec 9, 2009 at 18:53