summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJeffrey Newman <jeff@newman.me>2023-04-06 15:59:36 (GMT)
committerGitHub <noreply@github.com>2023-04-06 15:59:36 (GMT)
commit23cf1e20a6470588fbc64483031ceeec7614dc56 (patch)
tree1a687dbdac35b44444eabe31e498a6ad69d683a5 /Misc/NEWS.d
parent52bc2e7b9d451821513a580a9b73c20cfdcf2b21 (diff)
downloadcpython-23cf1e20a6470588fbc64483031ceeec7614dc56.zip
cpython-23cf1e20a6470588fbc64483031ceeec7614dc56.tar.gz
cpython-23cf1e20a6470588fbc64483031ceeec7614dc56.tar.bz2
gh-99202: Fix extension type from documentation for compiling in C++20 mode (#102518)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2023-03-07-23-30-29.gh-issue-99202.hhiAJF.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2023-03-07-23-30-29.gh-issue-99202.hhiAJF.rst b/Misc/NEWS.d/next/Documentation/2023-03-07-23-30-29.gh-issue-99202.hhiAJF.rst
new file mode 100644
index 0000000..1569e81
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2023-03-07-23-30-29.gh-issue-99202.hhiAJF.rst
@@ -0,0 +1 @@
+Fix extension type from documentation for compiling in C++20 mode