diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2022-05-06 10:15:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 10:15:18 (GMT) |
commit | 6f18b86fda516df9ba7614423ba5c8d0fcf366ba (patch) | |
tree | 8fc0c398309b244439f65a22b22830b5df35e2a6 /Misc | |
parent | cbc2c199a071d4d94b92c835324bf2ab721bb507 (diff) | |
download | cpython-6f18b86fda516df9ba7614423ba5c8d0fcf366ba.zip cpython-6f18b86fda516df9ba7614423ba5c8d0fcf366ba.tar.gz cpython-6f18b86fda516df9ba7614423ba5c8d0fcf366ba.tar.bz2 |
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-05-22-46-52.gh-issue-92332.Fv9CJx.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-05-22-46-52.gh-issue-92332.Fv9CJx.rst b/Misc/NEWS.d/next/Library/2022-05-05-22-46-52.gh-issue-92332.Fv9CJx.rst new file mode 100644 index 0000000..1d055bb --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-05-22-46-52.gh-issue-92332.Fv9CJx.rst @@ -0,0 +1,2 @@ +Deprecate :class:`typing.Text` (removal of the class is currently not +planned). Patch by Alex Waygood. |