summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-10-26 01:46:57 (GMT)
committerGitHub <noreply@github.com>2022-10-26 01:46:57 (GMT)
commit83c8df29dd07b87031ecce8547b05f059dd091bb (patch)
tree5c95ddac681f310fedabb37b3ac07600b4982617 /Misc
parent18b788c63a6cfa5870bc9cbb5694140318e7a1c7 (diff)
downloadcpython-83c8df29dd07b87031ecce8547b05f059dd091bb.zip
cpython-83c8df29dd07b87031ecce8547b05f059dd091bb.tar.gz
cpython-83c8df29dd07b87031ecce8547b05f059dd091bb.tar.bz2
[3.11] GH-87390: Add remaining tests for PEP 646 (GH-98267) (#98667)
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>. Co-authored-by: Matthew Rahtz <matthew.rahtz@gmail.com> (cherry picked from commit cb95cc24efecf32ad035318867b065a2b042d25a)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2022-10-15-07-46-48.gh-issue-87390.asR-Zo.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-10-15-07-46-48.gh-issue-87390.asR-Zo.rst b/Misc/NEWS.d/next/Tests/2022-10-15-07-46-48.gh-issue-87390.asR-Zo.rst
new file mode 100644
index 0000000..181e12c
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-10-15-07-46-48.gh-issue-87390.asR-Zo.rst
@@ -0,0 +1 @@
+Add tests for star-unpacking with PEP 646, and some other miscellaneous PEP 646 tests.