Issue 793021: implement htmllib.HTMLParser.reset - Python tracker (original) (raw)

Issue793021

Created on 2003-08-22 08:42 by gaul, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
htmllib.HTTPParser.reset.diff gaul,2003-08-22 08:42 implement htmllib.HTMLParser.reset
Messages (2)
msg44493 - (view) Author: Andrew Gaul (gaul) Date: 2003-08-22 08:42
Fixes bug 711632. htmllib.HTMLParser.reset is not defined and calls its superclass, SGMLParser.reset. This does not reset the HTMLParser state. Patch defines HTMLParser.reset and moves HTMLParser.__init__ code into it.
msg44494 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-12 16:38
Logged In: YES user_id=21627 Thanks for the patch. Applied as htmllib.py 1.19.16.1, 1.20 NEWS 1.831.4.40
History
Date User Action Args
2022-04-10 16:10:45 admin set github: 39104
2003-08-22 08:42:39 gaul create