summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-06-19 00:35:43 (GMT)
committerBarry Warsaw <barry@python.org>2008-06-19 00:35:43 (GMT)
commitc1e689ec9677f3222790aaf7da5c8c7361e50115 (patch)
treec8b8f9e1e0740c0b921b68f3abadb43aec7b5548 /README
parentce943b6e22ae46855cc2fad4fff3a4e9f6171612 (diff)
downloadcpython-c1e689ec9677f3222790aaf7da5c8c7361e50115.zip
cpython-c1e689ec9677f3222790aaf7da5c8c7361e50115.tar.gz
cpython-c1e689ec9677f3222790aaf7da5c8c7361e50115.tar.bz2
Bump to 3.0b1v3.0b1
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index b72324f..6981985 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.0 alpha 5
-==================================
+This is Python version 3.0 beta 1
+=================================
For notes specific to this release, see RELNOTES in this directory.
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
@@ -22,7 +22,7 @@ Release Schedule
----------------
The release plan is to have a series of alpha releases in 2007 and 2008,
-beta releases in 2008, and a final release in August 2008. The alpha
+beta releases in 2008, and a final release in September 2008. The alpha
releases are primarily aimed at developers who want a sneak peek at the
new langauge, especially those folks who plan to port their code to
Python 3000. The hope is that by the time of the final release, many