summaryrefslogtreecommitdiffstats
path: root/Doc/library/dumbdbm.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-26 10:22:15 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-26 10:22:15 (GMT)
commit68d3eb9f66d33723ce137ed3872e6c47633a4145 (patch)
tree0ed412c478e480b3f35df9cea68e3afc353d54c3 /Doc/library/dumbdbm.rst
parentf9ef9881d778fc5a5889ac36d77b204eab4d7b4e (diff)
downloadcpython-68d3eb9f66d33723ce137ed3872e6c47633a4145.zip
cpython-68d3eb9f66d33723ce137ed3872e6c47633a4145.tar.gz
cpython-68d3eb9f66d33723ce137ed3872e6c47633a4145.tar.bz2
Add renaming notices to 2.6 dbm module docs.
Diffstat (limited to 'Doc/library/dumbdbm.rst')
-rw-r--r--Doc/library/dumbdbm.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/library/dumbdbm.rst b/Doc/library/dumbdbm.rst
index 3db9fda..a511855 100644
--- a/Doc/library/dumbdbm.rst
+++ b/Doc/library/dumbdbm.rst
@@ -1,10 +1,13 @@
-
:mod:`dumbdbm` --- Portable DBM implementation
==============================================
.. module:: dumbdbm
:synopsis: Portable implementation of the simple DBM interface.
+.. note::
+ The :mod:`dumbdbm` module has been renamed to :mod:`dbm.dumb` in Python 3.0.
+ The :term:`2to3` tool will automatically adapt imports when converting your
+ sources to 3.0.
.. index:: single: databases