[ZPT] CVS: Packages/TAL - HTMLParser.py:1.3

guido@digicool.com guido@digicool.com
Tue, 20 Mar 2001 18:06:22 -0500 (EST)


Update of /cvs-repository/Packages/TAL
In directory korak:/tmp/cvs-serv12986

Modified Files:
	HTMLParser.py 
Log Message:
Add a comment explaining the heritage of this file.

(Should we still include the standard Zope license?)



--- Updated File HTMLParser.py in package Packages/TAL --
--- HTMLParser.py	2001/03/20 03:22:12	1.2
+++ HTMLParser.py	2001/03/20 23:06:22	1.3
@@ -1,5 +1,7 @@
 """A parser for HTML."""
 
+# This file is derived from nsgmllib.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
 # data -- only char and entity references and end tags are special)