summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-08-05 07:21:01 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-08-05 07:21:01 (GMT)
commitff347cadc43032eac81cfc2eb7d08ea8e10c4a8d (patch)
tree9ae750f894418a8276de7ea2fdf1c9cdc03f3d6b
parent4c8fa42aca0380775889a0d9de89069017f969d0 (diff)
downloadcpython-ff347cadc43032eac81cfc2eb7d08ea8e10c4a8d.zip
cpython-ff347cadc43032eac81cfc2eb7d08ea8e10c4a8d.tar.gz
cpython-ff347cadc43032eac81cfc2eb7d08ea8e10c4a8d.tar.bz2
release date
-rw-r--r--Lib/idlelib/NEWS.txt2
-rw-r--r--Misc/NEWS4
2 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 55e949e..32657bb 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,7 +1,7 @@
What's New in IDLE 1.1a2?
=========================
-*Release date: XX-JUL-2004*
+*Release date: 05-AUG-2004*
- checking sys.platform for substring 'win' was breaking IDLE docs on Mac
(darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
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