[Python-checkins] python/dist/src/Lib htmllib.py,1.20,1.21
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Mon Oct 27 10:47:50 EST 2003
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv18017
Modified Files:
htmllib.py
Log Message:
Docstring fix: XHTML 1.0 entities are supported
Index: htmllib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/htmllib.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** htmllib.py 12 Sep 2003 16:38:00 -0000 1.20
--- htmllib.py 27 Oct 2003 15:47:48 -0000 1.21
***************
*** 14,20 ****
"""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.
"""
--- 14,20 ----
"""This is the basic HTML parser class.
! It supports all entity names required by the XHTML 1.0 Recommendation.
! It also defines handlers for all HTML 2.0 and many HTML 3.0 and 3.2
! elements.
"""
More information about the Python-checkins
mailing list