[Python-checkins] CVS: python/dist/src/Python exceptions.c,1.29,1.30

Skip Montanaro montanaro@users.sourceforge.net
Thu, 28 Mar 2002 12:57:53 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv20816

Modified Files:
	exceptions.c 
Log Message:
add comment reminding people about class hierarchy in Doc/lib/libexcs.tex


Index: exceptions.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/exceptions.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** exceptions.c	3 Mar 2002 21:30:27 -0000	1.29
--- exceptions.c	28 Mar 2002 20:57:51 -0000	1.30
***************
*** 26,29 ****
--- 26,34 ----
   * compile-time literal concatenation.
   */
+ 
+ /* NOTE: If the exception class hierarchy changes, don't forget to update
+  * Doc/lib/libexcs.tex!
+  */
+ 
  static char
  module__doc__[] =