On 9/27/07, TheFlyingDutchman <[EMAIL PROTECTED]> wrote:
> It seems that Python 3 is more significant for what it removes than
> what it adds.
>
> What are the additions that people find the most compelling?

 - dict.items(), .values() and .keys() returns "dict views", and the
.iter*() removal
   http://www.python.org/dev/peps/pep-3106/
 - the new super()
   http://www.python.org/dev/peps/pep-3135/

etc...

-- 
http://www.advogato.org/person/eopadoan/
Bookmarks: http://del.icio.us/edcrypt
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to