From: Skip Montanaro Date: Thu, 28 Mar 2002 20:57:51 +0000 (+0000) Subject: add comment reminding people about class hierarchy in Doc/lib/libexcs.tex X-Git-Tag: v2.3c1~6289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=995895f023e6e77e01e345235cc41539200c9669;p=python add comment reminding people about class hierarchy in Doc/lib/libexcs.tex --- diff --git a/Python/exceptions.c b/Python/exceptions.c index adfd699320..607d5cf57c 100644 --- a/Python/exceptions.c +++ b/Python/exceptions.c @@ -25,6 +25,11 @@ * 2Kb. So the module docstring has been broken roughly in half, using * compile-time literal concatenation. */ + +/* NOTE: If the exception class hierarchy changes, don't forget to update + * Doc/lib/libexcs.tex! + */ + static char module__doc__[] = "Python's standard exception class hierarchy.\n\