]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* supply a more useful error message when append() is called on the
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 16 Mar 2004 18:50:26 +0000 (18:50 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 16 Mar 2004 18:50:26 +0000 (18:50 +0000)
commit1281f76606cc4195f57d3446b42b97063c3adc1d
tree9e18ccef8f642e7655fd8b0be942c976689017cb
parentbce64ec086026464c14bdedc00599a837d5ad6ef
* supply a more useful error message when append() is called on the
  wrong type of database in dbshelve.
* fix a typo in the exception name when checking args
Lib/bsddb/dbshelve.py