summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2022-11-12 18:42:17 (GMT)
committerGitHub <noreply@github.com>2022-11-12 18:42:17 (GMT)
commitfb844e1931bc1ad2f11565fbe25627a1a41b4203 (patch)
tree060f99d2e18add21b30bfcfd4ed766230393cc1b /Misc/NEWS.d
parent73a921b0701a4c135154c14649b49a0bb797e143 (diff)
downloadcpython-fb844e1931bc1ad2f11565fbe25627a1a41b4203.zip
cpython-fb844e1931bc1ad2f11565fbe25627a1a41b4203.tar.gz
cpython-fb844e1931bc1ad2f11565fbe25627a1a41b4203.tar.bz2
gh-98762: Fix locations of match sub-patterns (GH-98775)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-10-27-16-42-16.gh-issue-98762.Eb2kzg.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-27-16-42-16.gh-issue-98762.Eb2kzg.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-27-16-42-16.gh-issue-98762.Eb2kzg.rst
new file mode 100644
index 0000000..dc157fa
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-10-27-16-42-16.gh-issue-98762.Eb2kzg.rst
@@ -0,0 +1 @@
+Fix source locations of :keyword:`match` sub-patterns.