Skip to content

Commit 3599b93

Browse files
committed
fix module name for entry
1 parent a978c37 commit 3599b93

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

stdlib/@tests/stubtest_allowlists/darwin-py310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# =======
44

55
# Added in Python 3.10.18 (parameter `escapable`)
6-
email.parser.HTMLParser.set_cdata_mode
6+
html.parser.HTMLParser.set_cdata_mode
77

88

99
# =======

stdlib/@tests/stubtest_allowlists/darwin-py311.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fcntl.F_OFD_SETLKW
1313
# =======
1414

1515
# Added in Python 3.11.13 (parameter `escapable`)
16-
email.parser.HTMLParser.set_cdata_mode
16+
html.parser.HTMLParser.set_cdata_mode
1717

1818

1919
# =======

stdlib/@tests/stubtest_allowlists/darwin-py312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fcntl.F_OFD_SETLKW
1313
# =======
1414

1515
# Added in Python 3.12.11 (parameter `escapable`)
16-
email.parser.HTMLParser.set_cdata_mode
16+
html.parser.HTMLParser.set_cdata_mode
1717

1818

1919
# =============================================================

stdlib/@tests/stubtest_allowlists/darwin-py39.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# =======
44

55
# Added in Python 3.9.23 (parameter `escapable`)
6-
email.parser.HTMLParser.set_cdata_mode
6+
html.parser.HTMLParser.set_cdata_mode
77

88

99
# =======

stdlib/@tests/stubtest_allowlists/win32-py310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# =======
44

55
# Added in Python 3.10.18 (parameter `escapable`)
6-
email.parser.HTMLParser.set_cdata_mode
6+
html.parser.HTMLParser.set_cdata_mode
77

88

99
# =======

stdlib/@tests/stubtest_allowlists/win32-py311.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# =======
44

55
# Added in Python 3.11.13 (parameter `escapable`)
6-
email.parser.HTMLParser.set_cdata_mode
6+
html.parser.HTMLParser.set_cdata_mode
77

88

99
# =======

stdlib/@tests/stubtest_allowlists/win32-py312.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _winapi.GetShortPathName
2121
# =======
2222

2323
# Added in Python 3.12.11 (parameter `escapable`)
24-
email.parser.HTMLParser.set_cdata_mode
24+
html.parser.HTMLParser.set_cdata_mode
2525

2626

2727
# =============================================================

stdlib/@tests/stubtest_allowlists/win32-py39.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# =======
44

55
# Added in Python 3.9.23 (parameter `escapable`)
6-
email.parser.HTMLParser.set_cdata_mode
6+
html.parser.HTMLParser.set_cdata_mode
77

88

99
# =======

0 commit comments

Comments
 (0)