We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea33f91 commit 4d948c0Copy full SHA for 4d948c0
Doc/whatsnew/3.15.rst
@@ -165,6 +165,7 @@ Removed C APIs
165
--------------
166
167
*
168
+
169
* :c:func:`!PyUnicode_AsDecodedObject`:
170
Use :c:func:`PyCodec_Decode` instead.
171
* :c:func:`!PyUnicode_AsDecodedUnicode`:
@@ -175,6 +176,7 @@ Removed C APIs
175
176
* :c:func:`!PyUnicode_AsEncodedUnicode`:
177
Use :c:func:`PyCodec_Encode` instead; Note that some codecs (for example, "base64")
178
may return a type other than :class:`bytes`, such as :class:`str`.
179
180
(Contributed by Stan Ulbrych in :gh:`133612`)
181
182
* :c:func:`!PyImport_ImportModuleNoBlock`: deprecated alias
0 commit comments