diff options
author | Tomas R <tomas.roun8@gmail.com> | 2023-05-26 06:34:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 06:34:17 (GMT) |
commit | 46857d0b2a2ac6aeb6dcce2bf2c92ddf4abe7496 (patch) | |
tree | b3da3c2960260e0180fab91ee944f7979eb784f0 /Misc/NEWS.d/next/Documentation | |
parent | 2cf04e455d8f087bd08cd1d43751007b5e41b3c5 (diff) | |
download | cpython-46857d0b2a2ac6aeb6dcce2bf2c92ddf4abe7496.zip cpython-46857d0b2a2ac6aeb6dcce2bf2c92ddf4abe7496.tar.gz cpython-46857d0b2a2ac6aeb6dcce2bf2c92ddf4abe7496.tar.bz2 |
gh-104943: Remove mentions of old Python versions (#104945)
Diffstat (limited to 'Misc/NEWS.d/next/Documentation')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2023-05-25-22-34-31.gh-issue-104943.J2v1Pc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2023-05-25-22-34-31.gh-issue-104943.J2v1Pc.rst b/Misc/NEWS.d/next/Documentation/2023-05-25-22-34-31.gh-issue-104943.J2v1Pc.rst new file mode 100644 index 0000000..bc4d03b --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2023-05-25-22-34-31.gh-issue-104943.J2v1Pc.rst @@ -0,0 +1 @@ +Remove mentions of old Python versions in :class:`typing.NamedTuple`. |