summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74be15f..a36dd3c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
What's New in Python 2.4 alpha 2?
=================================
-*Release date: XX-XXX-2004*
+*Release date: 05-AUG-2004*
Core and builtins
-----------------
@@ -16,7 +16,7 @@ Core and builtins
implemented using the Java-style @decorator syntax, like so:
@staticmethod
def foo(bar):
- (The PEP needs to be updated to reflect this XXX before 2.4a2)
+ (The PEP needs to be updated to reflect the current state)
- When importing a module M raises an exception, Python no longer leaves M
in sys.modules. Before 2.4a2 it did, and a subsequent import of M would