Deprecate the bsddb185 module for removal in 3.0.
diff --git a/Doc/library/bsddb.rst b/Doc/library/bsddb.rst
index 5a8d379..1905c14 100644
--- a/Doc/library/bsddb.rst
+++ b/Doc/library/bsddb.rst
@@ -82,7 +82,8 @@
Beginning in 2.3 some Unix versions of Python may have a :mod:`bsddb185` module.
This is present *only* to allow backwards compatibility with systems which ship
with the old Berkeley DB 1.85 database library. The :mod:`bsddb185` module
- should never be used directly in new code.
+ should never be used directly in new code. The module has been removed in
+ Python 3.0.
.. seealso::