From 995895f023e6e77e01e345235cc41539200c9669 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 28 Mar 2002 20:57:51 +0000 Subject: [PATCH] add comment reminding people about class hierarchy in Doc/lib/libexcs.tex --- Python/exceptions.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python/exceptions.c b/Python/exceptions.c index adfd699320e..607d5cf57cf 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\