[Python-checkins] python/dist/src/Doc/lib libhtmllib.tex,1.26,1.27

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Mon Oct 27 10:46:18 EST 2003


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

Modified Files:
	libhtmllib.tex 
Log Message:
Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text further down in this file)

Index: libhtmllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhtmllib.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** libhtmllib.tex	14 Jul 2003 08:15:47 -0000	1.26
--- libhtmllib.tex	27 Oct 2003 15:46:16 -0000	1.27
***************
*** 65,70 ****
  \begin{classdesc}{HTMLParser}{formatter}
  This is the basic HTML parser class.  It supports all entity names
! required by the HTML 2.0 specification (\rfc{1866}).  It also defines
! handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
  \end{classdesc}
  
--- 65,70 ----
  \begin{classdesc}{HTMLParser}{formatter}
  This is the basic HTML parser class.  It supports all entity names
! required by the XHTML 1.0 Recommendation (\url{http://www.w3.org/TR/xhtml1}).  
! It also defines handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
  \end{classdesc}
  
***************
*** 80,85 ****
                           ``HTML as deployed'' and which isn't legal
                           for XHTML.}
!   \seemodule{htmlentitydefs}{Definition of replacement text for HTML
!                              2.0 entities.}
    \seemodule{sgmllib}{Base class for \class{HTMLParser}.}
  \end{seealso}
--- 80,85 ----
                           ``HTML as deployed'' and which isn't legal
                           for XHTML.}
!   \seemodule{htmlentitydefs}{Definition of replacement text for XHTML 1.0 
!                              entities.}
    \seemodule{sgmllib}{Base class for \class{HTMLParser}.}
  \end{seealso}





More information about the Python-checkins mailing list