Skip to content

Commit a8b98db

Browse files
committed
bpo-39573: Apply code review
1 parent 8e9637a commit a8b98db

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

Doc/whatsnew/3.10.rst

+21-7
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,40 @@ Optimizations
9191
=============
9292

9393

94-
Build Changes
95-
=============
96-
97-
98-
9994
Deprecated
10095
==========
10196

10297

103-
10498
Removed
10599
=======
106100

107101

102+
Porting to Python 3.10
103+
======================
104+
105+
This section lists previously described changes and other bugfixes
106+
that may require changes to your code.
107+
108+
109+
110+
Build Changes
111+
=============
112+
113+
108114
C API Changes
109115
=============
110116

117+
New Features
118+
------------
119+
120+
111121
Porting to Python 3.10
112122
----------------------
113123

114124
* Since :c:func:`Py_TYPE()` is changed to the inline static function,
115125
``Py_TYPE(obj) = new_type`` should be ported to use :c:func:`Py_SET_TYPE()`.
116-
(Contributed by Dong-hee Na in :issue:`39573`.)
126+
(Contributed by Dong-hee Na in :issue:`39573`.)
127+
128+
129+
Removed
130+
-------

0 commit comments

Comments
 (0)