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\