Jan. 27, 2012
3:48 p.m.
http://hg.python.org/peps/rev/99f4916dcb4c changeset: 4024:99f4916dcb4c user: Benjamin Peterson <benjamin@python.org> date: Fri Jan 27 10:48:17 2012 -0500 summary: fix more indentation files: pep-0409.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0409.txt b/pep-0409.txt --- a/pep-0409.txt +++ b/pep-0409.txt @@ -45,8 +45,8 @@ - raise as NewException() - Reuses the 'as' keyword; can be confusing since we are not really -reraising the originating exception + Reuses the 'as' keyword; can be confusing since we are not really reraising + the originating exception - raise NewException() from None -- Repository URL: http://hg.python.org/peps
5198
Age (days ago)
5198
Last active (days ago)
0 comments
1 participants
participants (1)
-
benjamin.peterson