[New-bugs-announce] [issue38484] HTMLParser.handle_starttag should mention that value can be None

Sebastian Rittau report at bugs.python.org
Tue Oct 15 08:37:14 EDT 2019


New submission from Sebastian Rittau <srittau at rittau.biz>:

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.

----------
assignee: docs at python
components: Documentation
messages: 354719
nosy: docs at python, srittau
priority: normal
severity: normal
status: open
title: HTMLParser.handle_starttag should mention that value can be None
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38484>
_______________________________________


More information about the New-bugs-announce mailing list