aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_dbm_gnu.py
Commit message (Collapse)AuthorAge
* Fix a broken test_dbm_gnu as introducted by r67380.Brett Cannon2008-11-25
|
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-25
| | | | | | former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro.
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-26