diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 14:27:11 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 14:27:11 (GMT) |
commit | 343cb8a768c4e223f7eb19d0b858e5c8af8030c2 (patch) | |
tree | f22151091e1ca6ba02abc30b9bfef2b221934551 /Misc | |
parent | 4c11f6088af5c2b3b97ed4352df3e39c4c7c9732 (diff) | |
download | cpython-343cb8a768c4e223f7eb19d0b858e5c8af8030c2.zip cpython-343cb8a768c4e223f7eb19d0b858e5c8af8030c2.tar.gz cpython-343cb8a768c4e223f7eb19d0b858e5c8af8030c2.tar.bz2 |
Bug #1014770: apply some rest-foo and fix some docutils errors.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |