This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-18 02:15:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
656aa28cd50d00171d46df30eaeecd45eb0ae32c
cpython
/
Lib
/
dbm
T
History
Brett Cannon
58425d3103
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
...
strings. Closes issue
#3799
.
2008-11-21 00:17:53 +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
Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes and
2008-11-21 00:17:53 +00:00
gnu.py
…
ndbm.py
…