[Python-checkins] python/dist/src/Doc/lib xmlsax.tex,1.4,1.5

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 25 Jun 2002 09:25:04 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv25764

Modified Files:
	xmlsax.tex 
Log Message:
When talking about interfaces, use the interface names, not the names
of the implementation classes.  (Remove the "Impl" from two names.)


Index: xmlsax.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmlsax.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** xmlsax.tex	10 Dec 2001 18:10:37 -0000	1.4
--- xmlsax.tex	25 Jun 2002 16:25:01 -0000	1.5
***************
*** 60,64 ****
  classes, but applications may use implementations which do not inherit
  from the provided classes.  The \class{InputSource}, \class{Locator},
! \class{AttributesImpl}, \class{AttributesNSImpl}, and
  \class{XMLReader} interfaces are defined in the module
  \refmodule{xml.sax.xmlreader}.  The handler interfaces are defined in
--- 60,64 ----
  classes, but applications may use implementations which do not inherit
  from the provided classes.  The \class{InputSource}, \class{Locator},
! \class{Attributes}, \class{AttributesNS}, and
  \class{XMLReader} interfaces are defined in the module
  \refmodule{xml.sax.xmlreader}.  The handler interfaces are defined in