diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2023-05-18 23:45:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 23:45:37 (GMT) |
commit | 3fadd7d5857842fc5cddd4c496b73161b0bcb421 (patch) | |
tree | a3a18ae7d7f4c9a486fd7679fa2cf9afee3b3d5f /Misc | |
parent | f7835fc7e9617cefd87e72002916e258f589c857 (diff) | |
download | cpython-3fadd7d5857842fc5cddd4c496b73161b0bcb421.zip cpython-3fadd7d5857842fc5cddd4c496b73161b0bcb421.tar.gz cpython-3fadd7d5857842fc5cddd4c496b73161b0bcb421.tar.bz2 |
gh-104600: Make function.__type_params__ writable (#104601)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-17-21-01-48.gh-issue-104600.E6CK35.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-17-21-01-48.gh-issue-104600.E6CK35.rst b/Misc/NEWS.d/next/Library/2023-05-17-21-01-48.gh-issue-104600.E6CK35.rst new file mode 100644 index 0000000..64f81e1 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-17-21-01-48.gh-issue-104600.E6CK35.rst @@ -0,0 +1,2 @@ +:func:`functools.update_wrapper` now sets the ``__type_params__`` attribute +(added by :pep:`695`). |