summaryrefslogtreecommitdiffstats
path: root/Doc/library/gdbm.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/gdbm.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/gdbm.rst')
-rw-r--r--Doc/library/gdbm.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/library/gdbm.rst b/Doc/library/gdbm.rst
index ce27f6c..aec23e6 100644
--- a/Doc/library/gdbm.rst
+++ b/Doc/library/gdbm.rst
@@ -1,4 +1,3 @@
-
:mod:`gdbm` --- GNU's reinterpretation of dbm
=============================================
@@ -6,6 +5,11 @@
:platform: Unix
:synopsis: GNU's reinterpretation of dbm.
+.. note::
+ The :mod:`gdbm` module has been renamed to :mod:`dbm.gnu` in Python 3.0. The
+ :term:`2to3` tool will automatically adapt imports when converting your
+ sources to 3.0.
+
.. index:: module: dbm