Changeset 388 for python/vendor/current/Lib/whichdb.py
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Lib/whichdb.py
r2 r388 92 92 93 93 # Check for GNU dbm 94 if magic == 0x13579ace:94 if magic in (0x13579ace, 0x13579acd, 0x13579acf): 95 95 return "gdbm" 96 96
Note:
See TracChangeset
for help on using the changeset viewer.