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 krumms
Recipients
Date 2005-11-13.14:59:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Attached is a patch implementing PEP 341 against HEAD
in subversion.

It includes the following changes:
1. Grammar/Grammar updated as per the PEP
2. Python/ast.c wraps try/except blocks inside
try/finally blocks if it detects the extended syntax.

This patch is based heavily upon suggestions by Nick
Coghlan on python-dev. 
History
Date User Action Args
2007-08-23 15:44:31adminlinkissue1355913 messages
2007-08-23 15:44:31admincreate