[Python-checkins] r55019 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Sun Apr 29 22:03:48 CEST 2007


Author: brett.cannon
Date: Sun Apr 29 22:03:44 2007
New Revision: 55019

Modified:
   peps/trunk/pep-3108.txt
Log:
Add bsddb185 to the list of modules to go.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun Apr 29 22:03:44 2007
@@ -267,6 +267,13 @@
   + 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]_.


More information about the Python-checkins mailing list