~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Doc/library/dbhash.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
:mod:`dbhash` --- DBM-style interface to the BSD database library
3
2
=================================================================
4
3
 
6
5
   :synopsis: DBM-style interface to the BSD database library.
7
6
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
8
7
 
 
8
.. note::
 
9
   The :mod:`dbhash` module has been renamed to :mod:`dbm.bsd` in Python 3.0.
 
10
   The :term:`2to3` tool will automatically adapt imports when converting your
 
11
   sources to 3.0.
9
12
 
10
13
.. index:: module: bsddb
11
14