We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8126914 commit 170fb04Copy full SHA for 170fb04
Lib/dbm/__init__.py
@@ -179,9 +179,9 @@ def whichdb(filename):
179
except struct.error:
180
return ""
181
182
- # Check for BSD hash
183
- if magic in (0x00061561, 0x61150600):
184
- return "dbm.bsd"
+ ## Check for BSD hash
+ #if magic in (0x00061561, 0x61150600):
+ # return "dbm.bsd"
185
186
# Unknown
187
0 commit comments