summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-27 18:05:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-27 18:05:49 (GMT)
commit0093907f0ed88c6aa3561cc4328154ae907bc976 (patch)
treef1a2f717936afa914240619aef371f6232979e77 /Doc/whatsnew/3.6.rst
parent802426f99b93e8338c0c3fc6df0b97eb6b211a3e (diff)
downloadcpython-0093907f0ed88c6aa3561cc4328154ae907bc976.zip
cpython-0093907f0ed88c6aa3561cc4328154ae907bc976.tar.gz
cpython-0093907f0ed88c6aa3561cc4328154ae907bc976.tar.bz2
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode().
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index b7c8574..e88d618 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -1230,7 +1230,10 @@ Deprecated Python modules, functions and methods
Deprecated functions and types of the C API
-------------------------------------------
-* None yet.
+* Undocumented functions :c:func:`PyUnicode_AsEncodedObject`,
+ :c:func:`PyUnicode_AsDecodedObject`, :c:func:`PyUnicode_AsEncodedUnicode`
+ and :c:func:`PyUnicode_AsDecodedUnicode` are deprecated now.
+ Use :ref:`generic codec based API <codec-registry>` instead.
Deprecated features