rest25/library/whichdb.rst => rest262/library/whichdb.rst
n1- 
2:mod:`whichdb` --- Guess which DBM module created a database
3============================================================
4
5.. module:: whichdb
6   :synopsis: Guess which DBM-style module created a given database.
t6+ 
7+.. note::
8+   The :mod:`whichdb` module's only function has been put into the :mod:`dbm`
9+   module in Python 3.0.  The :term:`2to3` tool will automatically adapt imports
10+   when converting your sources to 3.0.
7
8
9The single function in this module attempts to guess which of the several simple
10database modules available--\ :mod:`dbm`, :mod:`gdbm`, or :mod:`dbhash`\
11--should be used to open a given file.
12
13
14.. function:: whichdb(filename)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op