[Python-checkins] CVS: python/dist/src/Modules _localemodule.c,2.15,2.16

Barry Warsaw python-dev@python.org
Thu, 17 Aug 2000 22:07:16 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3081

Modified Files:
	_localemodule.c 
Log Message:
init_locale(): This file defines the _locale module, so the
Py_FatalError() should reflect that.


Index: _localemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_localemodule.c,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** _localemodule.c	2000/08/10 21:41:08	2.15
--- _localemodule.c	2000/08/18 05:07:12	2.16
***************
*** 455,458 ****
  
      if (PyErr_Occurred())
!         Py_FatalError("Can't initialize module locale");
  }
--- 455,458 ----
  
      if (PyErr_Occurred())
!         Py_FatalError("Can't initialize module _locale");
  }