diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-09-11 22:23:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 22:23:25 (GMT) |
commit | 998b80636690ffbdb0a278810d9c031fad38631d (patch) | |
tree | a3a5f6986728062509fae6f5f0c843ddedae222d /Misc | |
parent | acd282fd5b3ca4de302b33c9361dbc433593c4ca (diff) | |
download | cpython-998b80636690ffbdb0a278810d9c031fad38631d.zip cpython-998b80636690ffbdb0a278810d9c031fad38631d.tar.gz cpython-998b80636690ffbdb0a278810d9c031fad38631d.tar.bz2 |
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
This reverts commit 886483e2b9bbabf60ab769683269b873381dd5ee.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2018-09-06-11-17-49.bpo-34595.Hkz62y.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/C API/2018-09-06-11-17-49.bpo-34595.Hkz62y.rst b/Misc/NEWS.d/next/C API/2018-09-06-11-17-49.bpo-34595.Hkz62y.rst deleted file mode 100644 index c054a8e..0000000 --- a/Misc/NEWS.d/next/C API/2018-09-06-11-17-49.bpo-34595.Hkz62y.rst +++ /dev/null @@ -1,4 +0,0 @@ -:c:func:`PyUnicode_FromFormatV`: add ``%T`` format to -:c:func:`PyUnicode_FromFormatV`, and so to :c:func:`PyUnicode_FromFormat` -and :c:func:`PyErr_Format`, to format an object type name: equivalent to -"%s" with ``Py_TYPE(obj)->tp_name``. |