Skip to content

Commit 4d948c0

Browse files
Docs fixup
1 parent ea33f91 commit 4d948c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ Removed C APIs
165165
--------------
166166

167167
*
168+
168169
* :c:func:`!PyUnicode_AsDecodedObject`:
169170
Use :c:func:`PyCodec_Decode` instead.
170171
* :c:func:`!PyUnicode_AsDecodedUnicode`:
@@ -175,6 +176,7 @@ Removed C APIs
175176
* :c:func:`!PyUnicode_AsEncodedUnicode`:
176177
Use :c:func:`PyCodec_Encode` instead; Note that some codecs (for example, "base64")
177178
may return a type other than :class:`bytes`, such as :class:`str`.
179+
178180
(Contributed by Stan Ulbrych in :gh:`133612`)
179181

180182
* :c:func:`!PyImport_ImportModuleNoBlock`: deprecated alias

0 commit comments

Comments
 (0)