Commit 343cb8a7 authored by Johannes Gijsbers's avatar Johannes Gijsbers

Bug #1014770: apply some rest-foo and fix some docutils errors.

parent 4c11f608
...@@ -195,6 +195,8 @@ Build ...@@ -195,6 +195,8 @@ Build
C API C API
----- -----
..
Documentation Documentation
------------- -------------
...@@ -213,6 +215,8 @@ New platforms ...@@ -213,6 +215,8 @@ New platforms
Tests Tests
----- -----
..
Windows Windows
------- -------
...@@ -229,6 +233,8 @@ Windows ...@@ -229,6 +233,8 @@ Windows
Mac Mac
--- ---
..
What's New in Python 2.4 alpha 2? What's New in Python 2.4 alpha 2?
================================= =================================
...@@ -244,9 +250,11 @@ Core and builtins ...@@ -244,9 +250,11 @@ Core and builtins
sensitive code. sensitive code.
- PEP-0318, Function Decorators have been added to the language. These are - 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 @staticmethod
def foo(bar): def foo(bar):
(The PEP needs to be updated to reflect the current state) (The PEP needs to be updated to reflect the current state)
- When importing a module M raises an exception, Python no longer leaves M - When importing a module M raises an exception, Python no longer leaves M
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment