[Python-checkins] CVS: python/dist/src/Lib/xml __init__.py,1.1,1.2

Paul Prescod python-dev@python.org
Fri, 30 Jun 2000 21:58:50 -0700


Update of /cvsroot/python/python/dist/src/Lib/xml
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21246

Modified Files:
	__init__.py 
Log Message:
Reference cycle fixes

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/xml/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** __init__.py	2000/06/29 19:25:53	1.1
--- __init__.py	2000/07/01 04:58:46	1.2
***************
*** 9,13 ****
  
  sax -- The Simple API for XML, developed by XML-Dev, led by David
!        Megginson.  This supports the SAX 2 API.
! 
  """
--- 9,13 ----
  
  sax -- The Simple API for XML, developed by XML-Dev, led by David
!        Megginson and ported to Python by Lars Marius Garsholm.  This 
!        supports the SAX 2 API.
  """