File tree 1 file changed +39
-14
lines changed 1 file changed +39
-14
lines changed Original file line number Diff line number Diff line change 47
47
48
48
WHATS_NEW_TEMPLATE = """
49
49
****************************
50
- What's New In Python {version}
50
+ What's new in Python {version}
51
51
****************************
52
52
53
53
:Editor: TBD
103
8000
td>103
so it's worth checking back even after reading earlier versions.
104
104
105
105
106
- Summary -- Release highlights
107
- =============================
106
+ Summary --- release highlights
107
+ ==============================
108
108
109
109
.. This section singles out the most important changes in Python {version}.
110
110
Brevity is key.
114
114
115
115
116
116
117
- New Features
117
+ New features
118
118
============
119
119
120
120
121
121
122
- Other Language Changes
122
+ Other language changes
123
123
======================
124
124
125
125
126
126
127
- New Modules
127
+ New modules
128
128
===========
129
129
130
130
* None yet.
131
131
132
132
133
- Improved Modules
133
+ Improved modules
134
134
================
135
135
136
+ module_name
137
+ -----------
138
+
139
+ * TODO
140
+
141
+ .. Add improved modules above alphabetically, not here at the end.
136
142
137
143
Optimizations
138
144
=============
139
145
146
+ module_name
147
+ -----------
148
+
149
+ * TODO
140
150
141
151
142
152
143
153
Deprecated
144
154
==========
145
155
156
+ * module_name:
157
+ TODO
146
158
147
159
160
+ .. Add deprecations above alphabetically, not here at the end.
161
+
148
162
Removed
149
163
=======
150
164
165
+ module_name
166
+ -----------
167
+
168
+ * TODO
151
169
152
170
153
171
Porting to Python {version}
157
175
that may require changes to your code.
158
176
159
177
160
- Build Changes
178
+ Build changes
161
179
=============
162
180
163
181
164
- C API Changes
182
+ C API changes
165
183
=============
166
184
167
- New Features
185
+ New features
168
186
------------
169
187
188
+ * TODO
170
189
Porting to Python {version}
171
190
----------------------
172
191
173
- Deprecated
174
- ----------
192
+ * TODO
175
193
176
- Removed
177
- -------
194
+ Deprecated C APIs
195
+ -----------------
196
+
197
+ * TODO
198
+
199
+ .. Add C API deprecations above alphabetically, not here at the end.
200
+
201
+ Removed C APIs
202
+ --------------
178
203
179
204
"""
180
205
You can’t perform that action at this time.
0 commit comments