]> granicus.if.org Git - python/commitdiff
add comment reminding people about class hierarchy in Doc/lib/libexcs.tex
authorSkip Montanaro <skip@pobox.com>
Thu, 28 Mar 2002 20:57:51 +0000 (20:57 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 28 Mar 2002 20:57:51 +0000 (20:57 +0000)
Python/exceptions.c

index adfd699320ec6def72c4d48fd73c42c758f673ea..607d5cf57cf9ea19bee1beed11c16ecb9cadbf14 100644 (file)
  * 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\