[Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.24,2.25

Tim Peters python-dev@python.org
Sun, 24 Sep 2000 15:12:49 -0700


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

Modified Files:
	pyexpat.c 
Log Message:
Repaired damaged string.


Index: pyexpat.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pyexpat.c,v
retrieving revision 2.24
retrieving revision 2.25
diff -C2 -r2.24 -r2.25
*** pyexpat.c	2000/09/24 22:07:59	2.24
--- pyexpat.c	2000/09/24 22:12:45	2.25
***************
*** 538,542 ****
  static char xmlparse_ExternalEntityParserCreate__doc__[] = 
  "ExternalEntityParserCreate(context, encoding)\n\
! Create a parser for parsing an external entity based on the
  information passed to the ExternalEntityRefHandler.";
  
--- 538,542 ----
  static char xmlparse_ExternalEntityParserCreate__doc__[] = 
  "ExternalEntityParserCreate(context, encoding)\n\
! Create a parser for parsing an external entity based on the\n\
  information passed to the ExternalEntityRefHandler.";