Issue
Just out of complete curiosity, did Python 2 add anything major to Python 1? And if so, what?
Solution
Summarised from http://docs.python.org/whatsnew/2.0.html:
- Unicode objects
- List comprehensions
- Augmented assigment
- Cyclic garbage collection
*args
and**kwargs
argument unpacking
Answered By - Sven Marnach
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.