diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-08-07 20:34:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 20:34:53 (GMT) |
commit | 0e6e32fb84b2f7cb668e0b9927637587081e38cd (patch) | |
tree | 8d4b794983453a913ac6d805016b352b84373bb8 /Misc/NEWS.d/next/Tools-Demos | |
parent | bea5f93196d213d6fbf4ba8984caf4c3cd1da882 (diff) | |
download | cpython-0e6e32fb84b2f7cb668e0b9927637587081e38cd.zip cpython-0e6e32fb84b2f7cb668e0b9927637587081e38cd.tar.gz cpython-0e6e32fb84b2f7cb668e0b9927637587081e38cd.tar.bz2 |
gh-86457: Fix signature for code.replace() (GH-23199)
Also add support of @text_signature in Argument Clinic.
Diffstat (limited to 'Misc/NEWS.d/next/Tools-Demos')
-rw-r--r-- | Misc/NEWS.d/next/Tools-Demos/2023-08-07-16-30-48.gh-issue-95065.-im4R5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2023-08-07-16-30-48.gh-issue-95065.-im4R5.rst b/Misc/NEWS.d/next/Tools-Demos/2023-08-07-16-30-48.gh-issue-95065.-im4R5.rst new file mode 100644 index 0000000..41cfd72 --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2023-08-07-16-30-48.gh-issue-95065.-im4R5.rst @@ -0,0 +1,2 @@ +Argument Clinic now supports overriding automatically generated signature by +using directive `@text_signature`. |