[New-bugs-announce] [issue4083] try statement in language reference not updated for v2.6

Davi Post report at bugs.python.org
Thu Oct 9 09:40:33 CEST 2008


New submission from Davi Post <post at pobox.com>:

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

----------
assignee: georg.brandl
components: Documentation
messages: 74556
nosy: davipo, georg.brandl
severity: normal
status: open
title: try statement in language reference not updated for v2.6
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4083>
_______________________________________


More information about the New-bugs-announce mailing list