diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 09:14:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 09:14:36 (GMT) |
commit | d9e833c70a22558236fc863250870837d4ad8b16 (patch) | |
tree | b9bb6ff8d06dcb05975f5281d48a55babbb8582a /Misc | |
parent | da72231c9feeef6983f05dc963a69cf6f1c8de29 (diff) | |
download | cpython-d9e833c70a22558236fc863250870837d4ad8b16.zip cpython-d9e833c70a22558236fc863250870837d4ad8b16.tar.gz cpython-d9e833c70a22558236fc863250870837d4ad8b16.tar.bz2 |
#6045: provide at least get() and setdefault() for all dbm modules.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,9 @@ Core and Builtins Library ------- -- Issue 10620: `python -m unittest` can accept file paths instead of module +- Issue #6045: dbm.gnu databases now support get() and setdefault() methods. + +- Issue #10620: `python -m unittest` can accept file paths instead of module names for running specific tests. - Issue #9424: Deprecate the `unittest.TestCase` methods `assertEquals`, |