[Python-checkins] python/dist/src/Misc NEWS,1.1123,1.1124

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Mon Aug 30 16:27:15 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10083

Modified Files:
	NEWS 
Log Message:
Bug #1014770: apply some rest-foo and fix some docutils errors.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1123
retrieving revision 1.1124
diff -u -d -r1.1123 -r1.1124
--- NEWS	30 Aug 2004 14:13:04 -0000	1.1123
+++ NEWS	30 Aug 2004 14:27:11 -0000	1.1124
@@ -195,6 +195,8 @@
 C API
 -----
 
+..
+
 Documentation
 -------------
 
@@ -213,6 +215,8 @@
 Tests
 -----
 
+..
+
 Windows
 -------
 
@@ -229,6 +233,8 @@
 Mac
 ---
 
+..
+
 
 What's New in Python 2.4 alpha 2?
 =================================
@@ -244,9 +250,11 @@
   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



More information about the Python-checkins mailing list