diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-26 07:13:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 07:13:45 (GMT) |
commit | 13424746cedf5ced9388021c16b20532cc037c89 (patch) | |
tree | 9a36b335b0434dfa9386463889c2f6941ba0fa46 /Misc | |
parent | b764347572c72a7bd9e9696fa1ad612a9cd1d54a (diff) | |
download | cpython-13424746cedf5ced9388021c16b20532cc037c89.zip cpython-13424746cedf5ced9388021c16b20532cc037c89.tar.gz cpython-13424746cedf5ced9388021c16b20532cc037c89.tar.bz2 |
[3.11] gh-104943: Remove mentions of old Python versions (GH-104945) (#104962)
(cherry picked from commit 46857d0b2a2ac6aeb6dcce2bf2c92ddf4abe7496)
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
Diffstat (limited to 'Misc')
-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`. |