summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-09-29 06:10:22 (GMT)
committerGitHub <noreply@github.com>2023-09-29 06:10:22 (GMT)
commit69a9f471253ca58357c39a475872da7229c7b81e (patch)
tree86c09a1a8f56095a3e8b415c69c2e223df18262b /Misc
parent335e3d59e04d53c11574b37f320b22061bdcce41 (diff)
downloadcpython-69a9f471253ca58357c39a475872da7229c7b81e.zip
cpython-69a9f471253ca58357c39a475872da7229c7b81e.tar.gz
cpython-69a9f471253ca58357c39a475872da7229c7b81e.tar.bz2
[3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)
gh-110045: Update symtable module for PEP 695 (GH-110066) (cherry picked from commit 7dc2c5093ef027aab57bca953ac2d6477a4a440b) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-09-28-18-08-02.gh-issue-110045.0YIGKv.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-28-18-08-02.gh-issue-110045.0YIGKv.rst b/Misc/NEWS.d/next/Library/2023-09-28-18-08-02.gh-issue-110045.0YIGKv.rst
new file mode 100644
index 0000000..44a6df1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-09-28-18-08-02.gh-issue-110045.0YIGKv.rst
@@ -0,0 +1,2 @@
+Update the :mod:`symtable` module to support the new scopes introduced by
+:pep:`695`.