Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 995895f

Browse files
author
Skip Montanaro
committed
add comment reminding people about class hierarchy in Doc/lib/libexcs.tex
1 parent bb6bbc4 commit 995895f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Python/exceptions.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
* 2Kb. So the module docstring has been broken roughly in half, using
2626
* compile-time literal concatenation.
2727
*/
28+
29+
/* NOTE: If the exception class hierarchy changes, don't forget to update
30+
* Doc/lib/libexcs.tex!
31+
*/
32+
2833
static char
2934
module__doc__[] =
3035
"Python's standard exception class hierarchy.\n\

0 commit comments

Comments
 (0)