commit | 24a2bd048115efae799b0a9c5dd9fbb7a0806978 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Apr 08 19:27:25 2024 +0300 |
committer | GitHub <noreply@github.com> | Mon Apr 08 16:27:25 2024 +0000 |
tree | 38bf066ab930bebc5bbe661478d0ded22e5bafb5 | |
parent | 1a6594f66166206b08f24c3ba633c85f86f99a56 [diff] |
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.