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: clear SGMLParser.__starttag_text on reset()
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: gaul, loewis
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
sgml_starttag_text.diff gaul, 2003-08-23 00:34 clear SGMLParser.__starttag_text on reset()
Messages (2)
msg44507 - (view) Author: Andrew Gaul (gaul) Date: 2003-08-23 00:34
Fixes bug 709491.  SGMLParser.__starttag_text is not
set to None on reset(), making calls to
get_starttag_text() return incorrect results.
msg44508 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-20 10:59
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

sgmllib.py 1.46, 1.45.8.1
NEWS 1.831.4.47
History
Date User Action Args
2022-04-10 16:10:47adminsetgithub: 39110
2003-08-23 00:34:32gaulcreate