]> granicus.if.org Git - python/commitdiff
release date
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 5 Aug 2004 07:21:01 +0000 (07:21 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 5 Aug 2004 07:21:01 +0000 (07:21 +0000)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 55e949e386421b8a1db038012e668051587af8d8..32657bba26caf6ee8dc4eda75ce6f6b8fea1445b 100644 (file)
@@ -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.
index 74be15f8c5a0a392b2b7362c2696f205a5afbe87..a36dd3c153fe948413489f7bcfbc69ab1a3a3f31 100644 (file)
--- 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