[Python-checkins] r55447 - peps/trunk/pep-3110.txt
collin.winter
python-checkins at python.org
Sat May 19 01:14:42 CEST 2007
Author: collin.winter
Date: Sat May 19 01:14:38 2007
New Revision: 55447
Modified:
peps/trunk/pep-3110.txt
Log:
Note the revision where 'except ... as ...:' was implemented for 2.6.
Modified: peps/trunk/pep-3110.txt
==============================================================================
--- peps/trunk/pep-3110.txt (original)
+++ peps/trunk/pep-3110.txt Sat May 19 01:14:38 2007
@@ -225,7 +225,8 @@
==============
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 @@
.. [#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
More information about the Python-checkins
mailing list