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 4d948c0 commit bb36c54Copy full SHA for bb36c54
.editorconfig
@@ -9,7 +9,7 @@ indent_style = space
9
indent_size = 4
10
11
[*.rst]
12
-indent_size = 2
+indent_size = 3
13
14
[*.{js,yml,yaml}]
15
indent_size = 2
Doc/whatsnew/3.15.rst
@@ -164,7 +164,7 @@ Deprecated C APIs
164
Removed C APIs
165
--------------
166
167
-*
+* Remove deprecated ``PyUnicode`` functions:
168
169
* :c:func:`!PyUnicode_AsDecodedObject`:
170
Use :c:func:`PyCodec_Decode` instead.
0 commit comments