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: HTMLParser.handle_starttag should mention that value can be None
Type: Stage:
Components: Documentation Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, srittau
Priority: normal Keywords:

Created on 2019-10-15 12:37 by srittau, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg354719 - (view) Author: Sebastian Rittau (srittau) * Date: 2019-10-15 12:37
The documentation for HTMLParser.handle_starttag (https://docs.python.org/3/library/html.parser.html#html.parser.HTMLParser.handle_starttag) should mention that the value of an attribute can be `None` for argument-less attributes. I can submit a PR if wanted.
History
Date User Action Args
2022-04-11 14:59:21adminsetgithub: 82665
2019-10-15 12:37:14srittaucreate