mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
add comment reminding people about class hierarchy in Doc/lib/libexcs.tex
This commit is contained in:
parent
bb6bbc45c0
commit
995895f023
1 changed files with 5 additions and 0 deletions
|
@ -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\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue