This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-24 19:54:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
b2dc4a3313
cpython
/
Lib
/
dbm
History
Download ZIP
Download TAR.GZ
Xiang Zhang
4fb0b8bc25
bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (
#6295
)
2018-12-12 20:46:55 +08:00
..
__init__.py
Issue
#22831
: Use "with" to avoid possible fd leaks.
2015-04-04 11:01:02 +03:00
dumb.py
bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (
#6295
)
2018-12-12 20:46:55 +08:00
gnu.py
ndbm.py