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.
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:40 | admin | set | github: 48333 |
| 2008年10月16日 21:38:59 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg74869 |
| 2008年10月09日 07:40:32 | davipo | create | |