This entry is part 4 of 7 in the series Programming Languages

Python 3.0

We are pleased to announce the release of Python 3.0 (final), a new production-ready release, on December 3rd, 2008.

Python 3.0 (a.k.a. “Python 3000″ or “Py3k”) is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.

Python 3.0 Release

We are happy for Python 3.0 roll out, although we are not confortable with it, because it is incompatible with the previous python version.

It is too early to be sure, but we hope Python 3.0 will help the growth of the python community.
Try it!

Series Navigation«JRuby and Jython: the easy wayCommodore BASIC as a Scripting Language Open Source»

Related posts:

  1. Django 1.0.2 is out We read and report: Tonight, to clear up some problems with the packaging of the Django 1.0.1 release from Friday,...
  2. Evolving concurrency, like memory management did As processors become faster and multiprocessor systems become cheaper, the need to take advantage of multithreading in order to achieve...