diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-04-08 16:27:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 16:27:25 (GMT) |
commit | 24a2bd048115efae799b0a9c5dd9fbb7a0806978 (patch) | |
tree | 38bf066ab930bebc5bbe661478d0ded22e5bafb5 /Misc/NEWS.d/next/C API | |
parent | 1a6594f66166206b08f24c3ba633c85f86f99a56 (diff) | |
download | cpython-24a2bd048115efae799b0a9c5dd9fbb7a0806978.zip cpython-24a2bd048115efae799b0a9c5dd9fbb7a0806978.tar.gz cpython-24a2bd048115efae799b0a9c5dd9fbb7a0806978.tar.bz2 |
gh-117642: Fix PEP 737 implementation (GH-117643)
* Fix implementation of %#T and %#N (they were implemented as %T# and
%N#).
* Restore tests removed in gh-116417.
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r-- | Misc/NEWS.d/next/C API/2024-04-08-18-53-33.gh-issue-117642._-tYH_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2024-04-08-18-53-33.gh-issue-117642._-tYH_.rst b/Misc/NEWS.d/next/C API/2024-04-08-18-53-33.gh-issue-117642._-tYH_.rst new file mode 100644 index 0000000..edef277 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2024-04-08-18-53-33.gh-issue-117642._-tYH_.rst @@ -0,0 +1 @@ +Fix :pep:`737` implementation for ``%#T`` and ``%#N``. |