Linked by Thom Holwerda on Thu 9th Oct 2008 21:04 UTC, submitted by ganges master
General Development Python 2.6 has been released on October 1st. The major theme of this release is preparing the migration path to Python 3.0, a major redesign of the language. Whenever possible, Python 2.6 incorporates new features and syntax from 3.0 while remaining compatible with existing code by not removing older features or syntax. See the what's new docs for more details.
Permalink for comment 333063
To read all comments associated with this story, please click here.
Yeah, greate
by StychoKiller on Fri 10th Oct 2008 01:13 UTC
StychoKiller
Member since:
2005-09-20

My biggest peeve with python is the use of spaces to delimit blocks of statements. Does somebody have something against punctuation or what?