]> granicus.if.org Git - python/commit
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Oct 2016 18:05:49 +0000 (21:05 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Oct 2016 18:05:49 +0000 (21:05 +0300)
commit0093907f0ed88c6aa3561cc4328154ae907bc976
treef1a2f717936afa914240619aef371f6232979e77
parent802426f99b93e8338c0c3fc6df0b97eb6b211a3e
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and
PyUnicode_AsEncodedUnicode().
Doc/whatsnew/3.6.rst
Include/unicodeobject.h
Misc/NEWS
Objects/unicodeobject.c