Difference between python 1 and 2
Summarised from http://docs.python.org/whatsnew/2.0.html:
- Unicode objects
- List comprehensions
- Augmented assigment
- Cyclic garbage collection
*args
and**kwargs
argument unpacking
The changes to the codebase were for unicode, list comprehensions, string methods, augmented assignment operators, and garbage collection of cycles. A non code change was that they are using SoucreForge for the development process.
Here is the link for what is new in version 2