commit | 070f0abc1978f87922cc200a6caeb37852d526ad | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Wed Jun 30 16:27:57 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Wed Jun 30 16:27:57 2010 +0000 |
tree | db79608b2504e22d332e194a91aed0dd6d6ea9aa | |
parent | 20379135076182fc185fee15f918df6d44924d4c [diff] [blame] |
Issue #9125: Update parser module for "except ... as ..." syntax.
diff --git a/Misc/NEWS b/Misc/NEWS index 8286212..f93f5a9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,7 @@ - Issue #9075: In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL structure. +- Issue #9125: Add recognition of 'except ... as ...' syntax to parser module. What's New in Python 2.7 release candidate 2? =============================================