[issue4083] try statement in language reference not updated for v2.6

2008-10-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66940. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue4083] try statement in language reference not updated for v2.6

2008-10-09 Thread Davi Post
New submission from Davi Post <[EMAIL PROTECTED]>: 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.