[Python-checkins] r58312 - peps/trunk/pep-0344.txt peps/trunk/pep-3134.txt

georg.brandl python-checkins at python.org
Thu Oct 4 08:57:33 CEST 2007


Author: georg.brandl
Date: Thu Oct  4 08:57:33 2007
New Revision: 58312

Modified:
   peps/trunk/pep-0344.txt
   peps/trunk/pep-3134.txt
Log:
Don't link to the Internet RFCs -- these are Perl RFCs.


Modified: peps/trunk/pep-0344.txt
==============================================================================
--- peps/trunk/pep-0344.txt	(original)
+++ peps/trunk/pep-0344.txt	Thu Oct  4 08:57:33 2007
@@ -117,7 +117,7 @@
     As for other languages, Java and Ruby both discard the original
     exception when another exception occurs in a 'catch'/'rescue' or
     'finally'/'ensure' clause.  Perl 5 lacks built-in structured
-    exception handling.  For Perl 6, RFC 88 [9] proposes an exception
+    exception handling.  For Perl 6, RFC number 88 [9] proposes an exception
     mechanism that implicitly retains chained exceptions in an array
     named @@.  In that RFC, the most recently raised exception is
     exposed for matching, as in this PEP; also, arbitrary expressions

Modified: peps/trunk/pep-3134.txt
==============================================================================
--- peps/trunk/pep-3134.txt	(original)
+++ peps/trunk/pep-3134.txt	Thu Oct  4 08:57:33 2007
@@ -117,7 +117,7 @@
     As for other languages, Java and Ruby both discard the original
     exception when another exception occurs in a 'catch'/'rescue' or
     'finally'/'ensure' clause.  Perl 5 lacks built-in structured
-    exception handling.  For Perl 6, RFC 88 [9] proposes an exception
+    exception handling.  For Perl 6, RFC number 88 [9] proposes an exception
     mechanism that implicitly retains chained exceptions in an array
     named @@.  In that RFC, the most recently raised exception is
     exposed for matching, as in this PEP; also, arbitrary expressions


More information about the Python-checkins mailing list