What's new in Python 2.6
[Posted September 1, 2008 by corbet]
Andrew Kuchling has done his usual top-quality job in the recently-posted
What's New in
Python 2.6 document. "
The major theme of Python 2.6 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." Required reading for any Python
programmer.
(
Log in to post comments)