Changeset 388 for python/vendor/current/Lib/dbhash.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Lib/dbhash.py
r2 r388 2 2 3 3 import sys 4 if sys.py3kwarning: 5 import warnings 6 warnings.warnpy3k("in 3.x, dbhash has been removed", DeprecationWarning, 2) 4 import warnings 5 warnings.warnpy3k("in 3.x, the dbhash module has been removed", stacklevel=2) 7 6 try: 8 7 import bsddb
Note:
See TracChangeset
for help on using the changeset viewer.