diff options
author | Michael The <michael-the1@users.noreply.github.com> | 2023-07-31 15:43:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 15:43:53 (GMT) |
commit | a22ff8e11c114e0c4c54c57b9e7f7520db9d5163 (patch) | |
tree | bd080edc0bbf49423b0fd319551c16109de5ea33 /Misc | |
parent | f877b32b879f2076bb1c52826af0c28ebf1aaeed (diff) | |
download | cpython-a22ff8e11c114e0c4c54c57b9e7f7520db9d5163.zip cpython-a22ff8e11c114e0c4c54c57b9e7f7520db9d5163.tar.gz cpython-a22ff8e11c114e0c4c54c57b9e7f7520db9d5163.tar.bz2 |
gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)
It will not be removed until Python 3.18.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-07-23-13-05-32.gh-issue-105578.XAQtyR.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-07-23-13-05-32.gh-issue-105578.XAQtyR.rst b/Misc/NEWS.d/next/Library/2023-07-23-13-05-32.gh-issue-105578.XAQtyR.rst new file mode 100644 index 0000000..4a03f5c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-07-23-13-05-32.gh-issue-105578.XAQtyR.rst @@ -0,0 +1,2 @@ +Deprecate :class:`typing.AnyStr` in favor of the new Type Parameter syntax. +See PEP 695. |