This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: implement htmllib.HTMLParser.reset
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: gaul, loewis
Priority: normal Keywords: patch

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:45adminsetgithub: 39104
2003-08-22 08:42:39gaulcreate