]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117642: Fix PEP 737 implementation (GH-117643)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Apr 2024 16:27:25 +0000 (19:27 +0300)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2024 16:27:25 +0000 (16:27 +0000)
commit24a2bd048115efae799b0a9c5dd9fbb7a0806978
tree38bf066ab930bebc5bbe661478d0ded22e5bafb5
parent1a6594f66166206b08f24c3ba633c85f86f99a56
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.
Doc/c-api/unicode.rst
Doc/whatsnew/3.13.rst
Lib/test/test_capi/test_unicode.py
Misc/NEWS.d/next/C API/2024-04-08-18-53-33.gh-issue-117642._-tYH_.rst [new file with mode: 0644]
Objects/unicodeobject.c