diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-18 21:34:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-18 21:34:33 (GMT) |
commit | df4518ca4ba55fe199b3a36463e644bda712d9b4 (patch) | |
tree | 22b9aaf6773af50176db125f8c0d03ac836f7917 /Misc/NEWS | |
parent | 3aa979e0cdf37de946749141565930c1993d4abf (diff) | |
download | cpython-df4518ca4ba55fe199b3a36463e644bda712d9b4.zip cpython-df4518ca4ba55fe199b3a36463e644bda712d9b4.tar.gz cpython-df4518ca4ba55fe199b3a36463e644bda712d9b4.tar.bz2 |
Issue #22453: Removed non-documented macro PyObject_REPR().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1256,6 +1256,8 @@ Build C API ----- +- Issue #22453: Removed non-documented macro PyObject_REPR(). + - Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions. |