mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-14 04:14:52 +08:00
[html.parser] Fix stubtest for later patch releases (#14861)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# =======
|
||||
# <= 3.12
|
||||
# =======
|
||||
|
||||
# Added in Python 3.10.18 (parameter `escapable`)
|
||||
html.parser.HTMLParser.set_cdata_mode
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.11
|
||||
# =======
|
||||
|
||||
@@ -8,6 +8,14 @@ fcntl.F_OFD_SETLK
|
||||
fcntl.F_OFD_SETLKW
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.12
|
||||
# =======
|
||||
|
||||
# Added in Python 3.11.13 (parameter `escapable`)
|
||||
html.parser.HTMLParser.set_cdata_mode
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.11
|
||||
# =======
|
||||
|
||||
@@ -8,6 +8,14 @@ fcntl.F_OFD_SETLK
|
||||
fcntl.F_OFD_SETLKW
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.12
|
||||
# =======
|
||||
|
||||
# Added in Python 3.12.11 (parameter `escapable`)
|
||||
html.parser.HTMLParser.set_cdata_mode
|
||||
|
||||
|
||||
# =============================================================
|
||||
# Allowlist entries that cannot or should not be fixed; <= 3.12
|
||||
# =============================================================
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# =======
|
||||
# <= 3.12
|
||||
# =======
|
||||
|
||||
# Added in Python 3.9.23 (parameter `escapable`)
|
||||
html.parser.HTMLParser.set_cdata_mode
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.11
|
||||
# =======
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# =======
|
||||
# <= 3.12
|
||||
# =======
|
||||
|
||||
# Added in Python 3.10.18 (parameter `escapable`)
|
||||
html.parser.HTMLParser.set_cdata_mode
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.11
|
||||
# =======
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# =======
|
||||
# <= 3.12
|
||||
# =======
|
||||
|
||||
# Added in Python 3.11.13 (parameter `escapable`)
|
||||
html.parser.HTMLParser.set_cdata_mode
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.11
|
||||
# =======
|
||||
|
||||
@@ -16,6 +16,14 @@ _winapi.GetLongPathName
|
||||
_winapi.GetShortPathName
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.12
|
||||
# =======
|
||||
|
||||
# Added in Python 3.12.11 (parameter `escapable`)
|
||||
html.parser.HTMLParser.set_cdata_mode
|
||||
|
||||
|
||||
# =============================================================
|
||||
# Allowlist entries that cannot or should not be fixed; <= 3.12
|
||||
# =============================================================
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# =======
|
||||
# <= 3.12
|
||||
# =======
|
||||
|
||||
# Added in Python 3.9.23 (parameter `escapable`)
|
||||
html.parser.HTMLParser.set_cdata_mode
|
||||
|
||||
|
||||
# =======
|
||||
# <= 3.11
|
||||
# =======
|
||||
|
||||
Reference in New Issue
Block a user