add comment reminding people about class hierarchy in Doc/lib/libexcs.tex

This commit is contained in:
Skip Montanaro 2002-03-28 20:57:51 +00:00
parent bb6bbc45c0
commit 995895f023

View File

@ -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\