summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-10-19 18:41:33 (GMT)
committerGitHub <noreply@github.com>2021-10-19 18:41:33 (GMT)
commit092ec4b9d144c493cb514df0978638fdd2d9622a (patch)
tree383fb9ebcd613fb043eb5823e4a0eaf889853715 /Misc
parent8cef526a871695f8df4fac167139bbf3292396db (diff)
downloadcpython-092ec4b9d144c493cb514df0978638fdd2d9622a.zip
cpython-092ec4b9d144c493cb514df0978638fdd2d9622a.tar.gz
cpython-092ec4b9d144c493cb514df0978638fdd2d9622a.tar.bz2
bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29067)
Signed-off-by: Filipe Laíns <lains@riseup.net> Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 7bafa0cf586227987d3d662264d491e3780024b7)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-10-19-01-41-40.bpo-45449.fjHZJc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-10-19-01-41-40.bpo-45449.fjHZJc.rst b/Misc/NEWS.d/next/Documentation/2021-10-19-01-41-40.bpo-45449.fjHZJc.rst
new file mode 100644
index 0000000..fb81775
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-10-19-01-41-40.bpo-45449.fjHZJc.rst
@@ -0,0 +1 @@
+Add note about :pep:`585` in :mod:`collections.abc`.