Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 343cb8a

Browse files
author
Johannes Gijsbers
committed
Bug #1014770: apply some rest-foo and fix some docutils errors.
1 parent 4c11f60 commit 343cb8a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ Build
195195
C API
196196
-----
197197

198+
..
199+
198200
Documentation
199201
-------------
200202

@@ -213,6 +215,8 @@ New platforms
213215
Tests
214216
-----
215217

218+
..
219+
216220
Windows
217221
-------
218222

@@ -229,6 +233,8 @@ Windows
229233
Mac
230234
---
231235

236+
..
237+
232238

233239
What's New in Python 2.4 alpha 2?
234240
=================================
@@ -244,9 +250,11 @@ Core and builtins
244250
sensitive code.
245251

246252
- PEP-0318, Function Decorators have been added to the language. These are
247-
implemented using the Java-style @decorator syntax, like so:
253+
implemented using the Java-style @decorator syntax, like so::
254+
248255
@staticmethod
249256
def foo(bar):
257+
250258
(The PEP needs to be updated to reflect the current state)
251259

252260
- When importing a module M raises an exception, Python no longer leaves M

0 commit comments

Comments
 (0)