Note the revision where 'except ... as ...:' was implemented for 2.6.
This commit is contained in:
parent
cca1217062
commit
2f993419db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue