[ZPT] CVS: Packages/TAL - HTMLParser.py:1.4
fred@digicool.com
fred@digicool.com
Tue, 20 Mar 2001 18:20:56 -0500 (EST)
Update of /cvs-repository/Packages/TAL
In directory korak:/tmp/cvs-serv13960
Modified Files:
HTMLParser.py
Log Message:
The module from Python was sgmllib, not nsgmllib.
--- Updated File HTMLParser.py in package Packages/TAL --
--- HTMLParser.py 2001/03/20 23:06:22 1.3
+++ HTMLParser.py 2001/03/20 23:20:56 1.4
@@ -1,6 +1,6 @@
"""A parser for HTML."""
-# This file is derived from nsgmllib.py, which is part of Python.
+# This file is derived from sgmllib.py, which is part of Python.
# XXX There should be a way to distinguish between PCDATA (parsed
# character data -- the normal case), RCDATA (replaceable character