[Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.155,2.156

Barry A. Warsaw python-dev@python.org
Tue, 2 May 2000 15:24:42 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Python
In directory anthem:/home/bwarsaw/projects/python/Python

Modified Files:
	bltinmodule.c 
Log Message:
_PyBuiltin_Init_2(): Remove the misleading comment.


Index: bltinmodule.c
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Python/bltinmodule.c,v
retrieving revision 2.155
retrieving revision 2.156
diff -C2 -r2.155 -r2.156
*** bltinmodule.c	2000/05/02 19:24:06	2.155
--- bltinmodule.c	2000/05/02 19:24:39	2.156
***************
*** 2590,2594 ****
  		/* class based exceptions could not be initialized. */
  		Py_FatalError("Standard exceptions could not be initialized.");
- 	/* does not return */
  }
  
--- 2590,2593 ----