diff options
author | Barry Warsaw <barry@python.org> | 2008-07-18 02:28:44 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-07-18 02:28:44 (GMT) |
commit | 4bd1cefca9e1e4925c25c8119790288b89e7a52d (patch) | |
tree | 59557ae90568632956d5273cac214cb7811bf103 /README | |
parent | cc3f6b4ad1727f2c82da12f4320d52ac77d0f22b (diff) | |
download | cpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.zip cpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.tar.gz cpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.tar.bz2 |
Bumping to 3.0b2v3.0b2
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -This is Python version 3.0 beta 1 +This is Python version 3.0 beta 2 ================================= For notes specific to this release, see RELNOTES in this directory. @@ -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 September 2008. The alpha +beta releases in 2008, and a final release in October 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 |