Note the revision where 'except ... as ...:' was implemented for 2.6.

This commit is contained in:
Collin Winter 2007-05-18 23:14:38 +00:00
parent cca1217062
commit 2f993419db
1 changed files with 5 additions and 1 deletions

View File

@ -225,7 +225,8 @@ Implementation
==============
This PEP was implemented in revisions 53342 [#r53342]_ and 53349
[#r53349]_.
[#r53349]_. Support for the new ``except`` syntax in 2.6 was
implemented in revision 55446 [#r55446]_.
References
@ -278,6 +279,9 @@ References
.. [#r53349]
http://svn.python.org/view/python/branches/p3yk/?view=rev&rev=53349
.. [#r55446]
http://svn.python.org/view/python/trunk/?view=rev&rev=55446
Copyright