Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95aee62

Browse files
committed
Update release notes for pybsddb.
1 parent b12716b commit 95aee62

1 file changed

Lines changed: 11 additions & 31 deletions

File tree

RELNOTES

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,20 @@
1-
Python 3000 Release Notes
2-
=========================
1+
Python 3.0 Release Notes
2+
========================
33

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.
57

68
Please report bugs to http://bugs.python.org/.
79

10+
Version 3.0rc1 - Release Date XX-Sep-2008
11+
-----------------------------------------
812

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:
3616

37-
Please search the bug tracker for critical issues in Python 3.0.
17+
http://pypi.python.org/pypi/bsddb3
3818

3919

4020
Version 3.0a2 - Release Date 07-Dec-2007

0 commit comments

Comments
 (0)