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 4955750 commit 611b974Copy full SHA for 611b974
Doc/deprecations/pending-removal-in-3.17.rst
@@ -34,7 +34,6 @@ Pending removal in Python 3.17
34
but it has been retained for backward compatibility, with removal scheduled for Python
35
3.17. Users should use documented introspection helpers like :func:`typing.get_origin`
36
and :func:`typing.get_args` instead of relying on private implementation details.
37
-
38
- :class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for removal in
39
Python 3.17.
40
@@ -53,4 +52,4 @@ Pending removal in Python 3.17
53
52
runtime or by static type checkers).
54
55
See :pep:`PEP 688 <688#current-options>` for more details.
56
- (Contributed by Shantanu Jain in :gh:`91896`.)
+ (Contributed by Shantanu Jain in :gh:`91896`.)
0 commit comments