summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-09-05 10:52:36 (GMT)
committerGitHub <noreply@github.com>2023-09-05 10:52:36 (GMT)
commit8c551a7f2a7e9b8e3c811f669b915419851c2c8e (patch)
treec0a43fa0eae4342b3651b9596be02f60266fb49c /Doc/whatsnew
parente76b0b778312591c9616617655c79d42d189340a (diff)
downloadcpython-8c551a7f2a7e9b8e3c811f669b915419851c2c8e.zip
cpython-8c551a7f2a7e9b8e3c811f669b915419851c2c8e.tar.gz
cpython-8c551a7f2a7e9b8e3c811f669b915419851c2c8e.tar.bz2
[3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890)
Link to PEP sections in What's New in 3.12 (GH-108878) (cherry picked from commit 7855d325e638a4b7f7b40f2c35dc80de82d8fe70) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.12.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index f76f9c4..f58c2d9 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -68,7 +68,7 @@ Summary -- Release highlights
New grammar features:
-* :pep:`701`: Syntactic formalization of f-strings
+* :ref:`whatsnew312-pep701`
Interpreter improvements:
@@ -76,13 +76,13 @@ Interpreter improvements:
New typing features:
-* :pep:`688`: Making the buffer protocol accessible in Python
+* :ref:`whatsnew312-pep688`
* :ref:`whatsnew312-pep692`
* :ref:`whatsnew312-pep695`
-* :pep:`698`: Override Decorator for Static Typing
+* :ref:`whatsnew312-pep698`
Important deprecations, removals or restrictions:
@@ -268,6 +268,8 @@ Inlining does result in a few visible behavior changes:
Contributed by Carl Meyer and Vladimir Matveev in :pep:`709`.
+.. _whatsnew312-pep688:
+
PEP 688: Making the buffer protocol accessible in Python
--------------------------------------------------------
@@ -341,6 +343,8 @@ See :pep:`692` for more details.
(Contributed by Franek Magiera in :gh:`103629`.)
+.. _whatsnew312-pep698:
+
PEP 698: Override Decorator for Static Typing
---------------------------------------------