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 /RELNOTES | |
parent | cc3f6b4ad1727f2c82da12f4320d52ac77d0f22b (diff) | |
download | cpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.zip cpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.tar.gz cpython-4bd1cefca9e1e4925c25c8119790288b89e7a52d.tar.bz2 |
Bumping to 3.0b2v3.0b2
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 ---------------------------------------- |