]> granicus.if.org Git - python/commit
Add a constant "library" to the module which names the library used,
authorFred Drake <fdrake@acm.org>
Fri, 15 Sep 2000 21:35:14 +0000 (21:35 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 Sep 2000 21:35:14 +0000 (21:35 +0000)
commit1ac526d7cc8f7ebd871ce4b22441163c442b299d
treefbc4a408c03c10a55a3a48f76879729abbae6ef1
parent7c25f3df855b57d1d8fdb64f5361932608187bd5
Add a constant "library" to the module which names the library used,
based on the available headers.

Update comments on the filename extensions used to reflect library
differences.

Added get() and setdefault() methods to the dbm object.

Added docstrings, convert all methods to PyArg_ParseTuple() so that
error messages will have the method names.
Modules/dbmmodule.c