This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-22 03:14:41 +08: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
…
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
…