]> granicus.if.org Git - python/commitdiff
Bug #1014770: apply some rest-foo and fix some docutils errors.
authorJohannes Gijsbers <jlg@dds.nl>
Mon, 30 Aug 2004 14:27:11 +0000 (14:27 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Mon, 30 Aug 2004 14:27:11 +0000 (14:27 +0000)
Misc/NEWS

index 24780561eb19af8a2492cee2a7373086dafb1985..e01b9e71f0af382e7f54a83d8371410b2c801845 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -195,6 +195,8 @@ Build
 C API
 -----
 
+..
+
 Documentation
 -------------
 
@@ -213,6 +215,8 @@ New platforms
 Tests
 -----
 
+..
+
 Windows
 -------
 
@@ -229,6 +233,8 @@ Windows
 Mac
 ---
 
+..
+
 
 What's New in Python 2.4 alpha 2?
 =================================
@@ -244,9 +250,11 @@ Core and builtins
   sensitive code.
 
 - PEP-0318, Function Decorators have been added to the language. These are
-  implemented using the Java-style @decorator syntax, like so:
+  implemented using the Java-style @decorator syntax, like so::
+     
      @staticmethod
      def foo(bar):
+  
   (The PEP needs to be updated to reflect the current state)
 
 - When importing a module M raises an exception, Python no longer leaves M