mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
export error == IOError
This commit is contained in:
parent
fa59cd73d4
commit
22a18904e4
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ _open = __builtin__.open
|
|||
|
||||
_BLOCKSIZE = 512
|
||||
|
||||
error = IOError # For anydbm
|
||||
|
||||
class _Database:
|
||||
|
||||
def __init__(self, file):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue