|
1 | | -Python 3000 Release Notes |
2 | | -========================= |
| 1 | +Python 3.0 Release Notes |
| 2 | +======================== |
3 | 3 |
|
4 | | -Release notes describe unfinished work in particular releases. |
| 4 | +These release notes describe unfinished work, or important notes that Python |
| 5 | +3.0 adopters need to be aware of. This is not a complete list of changes for |
| 6 | +Python 3.0 -- for that, see Misc/NEWS. |
5 | 7 |
|
6 | 8 | Please report bugs to http://bugs.python.org/. |
7 | 9 |
|
| 10 | +Version 3.0rc1 - Release Date XX-Sep-2008 |
| 11 | +----------------------------------------- |
8 | 12 |
|
9 | | -Version 3.0b3 - Release Date 20-Aug-2008 |
10 | | ----------------------------------------- |
11 | | - |
12 | | -Please search the bug tracker for critical issues in Python 3.0. |
13 | | - |
14 | | - |
15 | | -Version 3.0b2 - Release Date 17-Jul-2008 |
16 | | ----------------------------------------- |
17 | | - |
18 | | -Please search the bug tracker for critical issues in Python 3.0. |
19 | | - |
20 | | -The bsddb3 library is known to be in bad shape. The Python 2.6 version needs |
21 | | -to be ported to Python 3.0, but so far, no one has done this. |
22 | | - |
23 | | -There are several known deferred blockers (issues that will block the next |
24 | | -release). These include, but are not limited to, problems with 2to3, |
25 | | -multiprocessing, and bytearrays. |
26 | | - |
27 | | - |
28 | | -Version 3.0b1 - Release Date 18-Jun-2008 |
29 | | ----------------------------------------- |
30 | | - |
31 | | -Please search the bug tracker for critical issues in Python 3.0. |
32 | | - |
33 | | - |
34 | | -Version 3.0a5 - Release Date 08-May-2008 |
35 | | ----------------------------------------- |
| 13 | +* The bsddb3 package has been removed from the standard library. It is |
| 14 | + available as a separate distutils based package from the Python Cheeseshop. |
| 15 | + If you need bsddb3 support in Python 3.0, you can find it here: |
36 | 16 |
|
37 | | -Please search the bug tracker for critical issues in Python 3.0. |
| 17 | + http://pypi.python.org/pypi/bsddb3 |
38 | 18 |
|
39 | 19 |
|
40 | 20 | Version 3.0a2 - Release Date 07-Dec-2007 |
|
0 commit comments