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

Fred L. Drake python-dev@python.org
Wed, 03 Jan 2001 07:36:29 -0800


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

Modified Files:
	pyexpat.c 
Log Message:

Mark the "encoding" parameter to ExternalEntityParserCreate() as optional
in the docstring.


Index: pyexpat.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/pyexpat.c,v
retrieving revision 2.30
retrieving revision 2.31
diff -C2 -r2.30 -r2.31
*** pyexpat.c	2000/12/21 17:25:07	2.30
--- pyexpat.c	2001/01/03 15:36:25	2.31
***************
*** 536,540 ****
  
  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.";
--- 536,540 ----
  
  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.";