Add bsddb185 to the list of modules to go.

This commit is contained in:
Brett Cannon 2007-04-29 20:03:44 +00:00
parent 06bca6e5e3
commit fd3f447b80
1 changed files with 7 additions and 0 deletions

View File

@ -267,6 +267,13 @@ for what the module is meant for.
+ Turned off in Python 2.3.
+ Modules deemed unsafe.
* bsddb185
+ Superceded by bsddb3
+ Not built by default.
+ Documentation specifies that the "module should never be used
directly in new code".
* commands/popen2
+ subprocess module replaces them [#pep-0324]_.