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.

classification
Title: try statement in language reference not updated for v2.6
Type: behavior Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: davipo, georg.brandl
Priority: normal Keywords:

Created on 2008-10-09 07:40 by davipo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg74556 - (view) Author: Davi Post (davipo) Date: 2008-10-09 07:40
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
msg74869 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-10-16 21:38
Thanks, fixed in r66940.
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48333
2008-10-16 21:38:59georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg74869
2008-10-09 07:40:32davipocreate