summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-07-18 02:28:44 (GMT)
committerBarry Warsaw <barry@python.org>2008-07-18 02:28:44 (GMT)
commit4bd1cefca9e1e4925c25c8119790288b89e7a52d (patch)
tree59557ae90568632956d5273cac214cb7811bf103 /RELNOTES
parentcc3f6b4ad1727f2c82da12f4320d52ac77d0f22b (diff)
downloadcpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.zip
cpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.tar.gz
cpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.tar.bz2
Bumping to 3.0b2v3.0b2
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 4d1b71a..1fffe29 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,6 +6,19 @@ Release notes describe unfinished work in particular releases.
Please report bugs to http://bugs.python.org/.
+Version 3.0b2 - Release Date 17-Jul-2008
+----------------------------------------
+
+Please search the bug tracker for critical issues in Python 3.0.
+
+The bsddb3 library is known to be in bad shape. The Python 2.6 version needs
+to be ported to Python 3.0, but so far, no one has done this.
+
+There are several known deferred blockers (issues that will block the next
+release). These include, but are not limited to, problems with 2to3,
+multiprocessing, and bytearrays.
+
+
Version 3.0b1 - Release Date 18-Jun-2008
----------------------------------------