This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author davipo
Recipients davipo, georg.brandl
Date 2008-10-09.07:40:31
SpamBayes Score 0.14643009
Marked as misclassified No
Message-id <1223538033.46.0.0709872608111.issue4083@psf.upfronthosting.co.za>
In-reply-to
Content
Language Reference for the try statement does not show changes for v2.6, 
specifically the "PEP 3110: Exception-Handling Changes". At least, the 
grammar should include the "except ... as" syntax.

http://docs.python.org/reference/compound_stmts.html#try
http://docs.python.org/whatsnew/2.6.html#pep-3110-exception-handling-
changes
http://www.python.org/dev/peps/pep-3110/#compatibility
History
Date User Action Args
2008-10-09 07:40:33daviposetrecipients: + davipo, georg.brandl
2008-10-09 07:40:33daviposetmessageid: <1223538033.46.0.0709872608111.issue4083@psf.upfronthosting.co.za>
2008-10-09 07:40:32davipolinkissue4083 messages
2008-10-09 07:40:32davipocreate