Author belopolsky
Recipients belopolsky, georg.brandl, mark.dickinson
Date 2009-01-06.04:49:19
SpamBayes Score 0.0047587
Marked as misclassified No
Message-id <1231217360.34.0.0251532519151.issue4819@psf.upfronthosting.co.za>
In-reply-to
Content
Some more for both 2. and 3.0:

- 'as' is now a keyword 
- 'with' is now a keyword 
- @ is now a valid token 
- 0o for octal and 0b for binary numbers
- sets
- str.format
- BaseException

I am sure I missed a lot, but the core language sections should be 
fairly easy to update.  The library part seems to be a major project.

It would be nice to reformat it in ReST as well.
History
Date User Action Args
2009-01-06 04:49:20belopolskysetrecipients: + belopolsky, georg.brandl, mark.dickinson
2009-01-06 04:49:20belopolskysetmessageid: <1231217360.34.0.0251532519151.issue4819@psf.upfronthosting.co.za>
2009-01-06 04:49:19belopolskylinkissue4819 messages
2009-01-06 04:49:19belopolskycreate