Don't link to the Internet RFCs -- these are Perl RFCs.
This commit is contained in:
parent
bcf9c4ac0f
commit
70f258a7a1
|
@ -117,7 +117,7 @@ Rationale
|
||||||
As for other languages, Java and Ruby both discard the original
|
As for other languages, Java and Ruby both discard the original
|
||||||
exception when another exception occurs in a 'catch'/'rescue' or
|
exception when another exception occurs in a 'catch'/'rescue' or
|
||||||
'finally'/'ensure' clause. Perl 5 lacks built-in structured
|
'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
|
mechanism that implicitly retains chained exceptions in an array
|
||||||
named @@. In that RFC, the most recently raised exception is
|
named @@. In that RFC, the most recently raised exception is
|
||||||
exposed for matching, as in this PEP; also, arbitrary expressions
|
exposed for matching, as in this PEP; also, arbitrary expressions
|
||||||
|
|
|
@ -117,7 +117,7 @@ Rationale
|
||||||
As for other languages, Java and Ruby both discard the original
|
As for other languages, Java and Ruby both discard the original
|
||||||
exception when another exception occurs in a 'catch'/'rescue' or
|
exception when another exception occurs in a 'catch'/'rescue' or
|
||||||
'finally'/'ensure' clause. Perl 5 lacks built-in structured
|
'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
|
mechanism that implicitly retains chained exceptions in an array
|
||||||
named @@. In that RFC, the most recently raised exception is
|
named @@. In that RFC, the most recently raised exception is
|
||||||
exposed for matching, as in this PEP; also, arbitrary expressions
|
exposed for matching, as in this PEP; also, arbitrary expressions
|
||||||
|
|
Loading…
Reference in New Issue