Python 3000 (a.k.a. "Py3k", and released as Python 3.0) 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.
http://www.python.org/download/releases/3.0/ Python 3000, Python 3.0 and Py3K are all names for the same thing. The project is called Python 3000, or abbreviated to Py3k. Check out new features of Python 3.0: http://docs.python.org/dev/3.0/whatsnew/3.0.html Best, Zico -- "free software is a movement, a way of life.... http://www.gnu.org/philosophy/ " http://mohibuzzaman.blogspot.com [Non-text portions of this message have been removed]
