Improve stub file for xml/dom/xmlbuilder.py (#6171)

Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
Alex Waygood
2021-11-29 13:46:09 +00:00
committed by GitHub
parent cc5a3ca9e2
commit d5f9c95c26
2 changed files with 107 additions and 4 deletions

View File

@@ -219,6 +219,8 @@ webbrowser.UnixBrowser.remote_action # always overridden in inheriting class
webbrowser.UnixBrowser.remote_action_newtab # always overridden in inheriting class
webbrowser.UnixBrowser.remote_action_newwin # always overridden in inheriting class
wsgiref.types # Doesn't exist, see comments in file
xml.dom.xmlbuilder.ExpatBuilder # mypy bug w.r.t. module __getattr__, see python/mypy#11411
xml.dom.xmlbuilder.ExpatBuilderNS # mypy bug w.r.t. module __getattr__, see python/mypy#11411
# ==========
# Allowlist entries that cannot or should not be fixed