summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-04-08 16:27:25 (GMT)
committerGitHub <noreply@github.com>2024-04-08 16:27:25 (GMT)
commit24a2bd048115efae799b0a9c5dd9fbb7a0806978 (patch)
tree38bf066ab930bebc5bbe661478d0ded22e5bafb5 /Misc/NEWS.d/next/C API
parent1a6594f66166206b08f24c3ba633c85f86f99a56 (diff)
downloadcpython-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_.rst1
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``.