Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22a1890

Browse files
committed
export error == IOError
1 parent fa59cd7 commit 22a1890

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/dumbdbm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
_BLOCKSIZE = 512
3030

31+
error = IOError # For anydbm
32+
3133
class _Database:
3234

3335
def __init__(self, file):

0 commit comments

Comments
 (0)