mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
We dont have dbm.bsd support anymore.
This commit is contained in:
parent
8126914398
commit
170fb04038
1 changed files with 3 additions and 3 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue