summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-07-01 00:32:44 (GMT)
committerGitHub <noreply@github.com>2023-07-01 00:32:44 (GMT)
commitc4298d5c648ba79d0a3dbf16e9aa8a6011802470 (patch)
tree13acfcbba0fd9f0d8bc8b4380b5cdf5943c96589 /Misc
parent0616c83f57a8d2fd62d12ddaba987052c5015260 (diff)
downloadcpython-c4298d5c648ba79d0a3dbf16e9aa8a6011802470.zip
cpython-c4298d5c648ba79d0a3dbf16e9aa8a6011802470.tar.gz
cpython-c4298d5c648ba79d0a3dbf16e9aa8a6011802470.tar.bz2
[3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (GH-105488) (#106297)
gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (GH-105488) (cherry picked from commit eb7d6e7ad844955f9af88707d296e003c7ce4394) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-10-15.gh-issue-105486.dev-WS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-10-15.gh-issue-105486.dev-WS.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-10-15.gh-issue-105486.dev-WS.rst
new file mode 100644
index 0000000..9f735db
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-10-15.gh-issue-105486.dev-WS.rst
@@ -0,0 +1 @@
+Change the repr of ``ParamSpec`` list of args in ``types.GenericAlias``.