Benjamin Peterson
|
90f5ba538b
|
convert shebang lines: python -> python3
|
2010-03-11 22:53:45 +00:00 |
Benjamin Peterson
|
577473fe68
|
use assert[Not]In where appropriate
A patch from Dave Malcolm.
|
2010-01-19 00:09:57 +00:00 |
Benjamin Peterson
|
c9c0f201fe
|
convert old fail* assertions to assert*
|
2009-06-30 23:06:06 +00:00 |
Brett Cannon
|
7317c1ef7a
|
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the
former they are converted to bytes before being written to the DB.
Closes issue 3799. Reviewed by Skip Montanaro.
|
2008-11-25 19:19:17 +00:00 |
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 |
Georg Brandl
|
0a7ac7d70d
|
Create the dbm package from PEP 3108. #2881.
|
2008-05-26 10:29:35 +00:00 |