Bump HTMLParser.parse_comment to 3.14 (#14386)

This commit is contained in:
Semyon Moroz
2025-07-09 10:44:30 +00:00
committed by GitHub
parent d4e03e05fb
commit b7b764b751
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class HTMLParser(ParserBase):
def check_for_whole_start_tag(self, i: int) -> int: ... # undocumented
def clear_cdata_mode(self) -> None: ... # undocumented
def goahead(self, end: bool) -> None: ... # undocumented
def parse_bogus_comment(self, i: int, report: bool = ...) -> int: ... # undocumented
def parse_bogus_comment(self, i: int, report: bool = True) -> int: ... # undocumented
def parse_endtag(self, i: int) -> int: ... # undocumented
def parse_html_declaration(self, i: int) -> int: ... # undocumented
def parse_pi(self, i: int) -> int: ... # undocumented