We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5803a55 commit 043b44aCopy full SHA for 043b44a
stdlib/email/_header_value_parser.pyi
@@ -26,9 +26,8 @@ SPECIALSNL: Final[set[str]]
26
def make_quoted_pairs(value: Any) -> str: ...
27
def quote_string(value: Any) -> str: ...
28
29
-if sys.version_info >= (3, 13):
30
- # Added in Python 3.13.12, 3.14.3
31
- def make_parenthesis_pairs(value: Any) -> str: ...
+# Added in Python 3.13.12, 3.14.3, 3.12.13 3.11.15, 3.10.20
+def make_parenthesis_pairs(value: Any) -> str: ...
32
33
rfc2047_matcher: Final[Pattern[str]]
34
0 commit comments