Whats new from 2.4 to 2.5? (Taken From Dummies Book)
*Many Performance Inprovements
*Conditional Expressions
*Absolute Inports
*Updated Exception Hierarchy
*with Statement
*Unified try-except And try-except-finally
*Boolean Functions any() And all()
*Generators have send(), throw(), And close() Methods
*__index__ Special Method
*partition() and rpartition() String Methods
*sqllite3 Package
*ctypes Package
*ElementTree Package