This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-28 21:55:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
dbm
History
Brett Cannon
2b5d6ebfe5
dbm.dumb was opening files without specifying the encoding. Caused problem on
...
at least OS X where the default is macroman. Closes issue
#4382
.
2008-11-24 21:09:58 +00:00
..
__init__.py
#3929
: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0.
2008-09-25 22:27:43 +00:00
dumb.py
dbm.dumb was opening files without specifying the encoding. Caused problem on
2008-11-24 21:09:58 +00:00
gnu.py
…
ndbm.py
…