diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-07-01 00:04:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 00:04:50 (GMT) |
commit | eb7d6e7ad844955f9af88707d296e003c7ce4394 (patch) | |
tree | 952b2865e9612414c207b9deb1cc10e0b14e9956 /Misc | |
parent | e212618bafaa4f775502e3442de0affb80205b5e (diff) | |
download | cpython-eb7d6e7ad844955f9af88707d296e003c7ce4394.zip cpython-eb7d6e7ad844955f9af88707d296e003c7ce4394.tar.gz cpython-eb7d6e7ad844955f9af88707d296e003c7ce4394.tar.bz2 |
gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (#105488)
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.rst | 1 |
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``. |