Python 2.0b1 is released!

Richard van de Stadt stadt at cs.utwente.nl
Fri Sep 8 09:58:29 EDT 2000


Toby Dickenson wrote:
> 
> nospam at ktgroup.co.uk (Pat Knight) wrote:
> 
> >Sadly, it now means there's *more than one way to do it* (x += 1 and
> >x = x +1). I understand the two might have slightly different semantics in
> >some cases?
> 
> Which makes only one way to do each. Not so bad ;-)
> 
> Toby Dickenson
> tdickenson at geminidataloggers.com

Talking about adding 1 to x:

Are x++, ++x now also allowed?
(did someone say c++?)

Richard.



More information about the Python-list mailing list