Python 3.0 migration plans?

Eduardo O. Padoan eduardo.padoan at gmail.com
Thu Sep 27 23:25:35 EDT 2007


On 9/27/07, TheFlyingDutchman <zzbbaadd at aol.com> 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



More information about the Python-list mailing list