mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
We dont have dbm.bsd support anymore.
This commit is contained in:
@@ -179,9 +179,9 @@ def whichdb(filename):
|
||||
except struct.error:
|
||||
return ""
|
||||
|
||||
# Check for BSD hash
|
||||
if magic in (0x00061561, 0x61150600):
|
||||
return "dbm.bsd"
|
||||
## Check for BSD hash
|
||||
#if magic in (0x00061561, 0x61150600):
|
||||
# return "dbm.bsd"
|
||||
|
||||
# Unknown
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user