diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/exceptions.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Python/exceptions.c b/Python/exceptions.c index adfd699..607d5cf 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\ |