http://hg.python.org/peps/rev/80a76bee5094 changeset: 4022:80a76bee5094 user: Benjamin Peterson <benjamin at python.org> date: Fri Jan 27 10:46:02 2012 -0500 summary: fix indentation files: pep-0409.txt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pep-0409.txt b/pep-0409.txt --- a/pep-0409.txt +++ b/pep-0409.txt @@ -50,8 +50,7 @@ - raise NewException() from None - Follows existing syntax of explicitly declaring the originating -exception + Follows existing syntax of explicitly declaring the originating exception - exc = NewException(); exc.__context__ = None; raise exc -- Repository URL: http://hg.python.org/peps