Python 3K or Python 2.9?

Aahz aahz at pythoncraft.com
Thu Sep 13 22:21:05 EDT 2007


In article <874phz5i9n.fsf at benfinney.id.au>,
Ben Finney  <bignose+hates-spam at benfinney.id.au> wrote:
>
>Specifically an easier way of doing it provided by the language syntax
>(hence "syntactic sugar"). As in, "the form 'foo += 1' is syntactic
>sugar for 'foo = foo + 1'".

Except, of course, that it isn't, quite.  ;-)
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Many customs in this life persist because they ease friction and promote
productivity as a result of universal agreement, and whether they are
precisely the optimal choices is much less important." --Henry Spencer
http://www.lysator.liu.se/c/ten-commandments.html



More information about the Python-list mailing list