Changeset 391 for python/trunk/Doc/library/dbm.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/dbm.rst
r2 r391 7 7 8 8 .. note:: 9 The :mod:`dbm` module has been renamed to :mod:`dbm.ndbm` in Python 3. 0.The9 The :mod:`dbm` module has been renamed to :mod:`dbm.ndbm` in Python 3. The 10 10 :term:`2to3` tool will automatically adapt imports when converting your 11 sources to 3.0.11 sources to Python 3. 12 12 13 13
Note:
See TracChangeset
for help on using the changeset viewer.