From: Barry Warsaw Date: Thu, 19 Aug 1999 21:17:08 +0000 (+0000) Subject: A nit to make Fred proud. X-Git-Tag: v1.6a1~993 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=008edbf973264bce823daeb91a4fe8a957046fd2;p=thirdparty%2FPython%2Fcpython.git A nit to make Fred proud. --- diff --git a/Lib/exceptions.py b/Lib/exceptions.py index af752d915e41..56eed92d804b 100644 --- a/Lib/exceptions.py +++ b/Lib/exceptions.py @@ -42,6 +42,7 @@ Exception(*) +-- NameError | | | +-- UnboundLocalError(*) + | +-- AttributeError +-- SyntaxError +-- TypeError