Is dbm module missing?

Thomas Freeman (tfreeman@netcom.com)
Fri, 5 Aug 1994 23:05:43 GMT

Is the "dbm" module not properly linked into the current version
of Python? I've tried using "dbm.open(...)" and the interpreter
complains about the name "dbm". I looked at the Makefile in
the Modules/ directory, and the dbm code sure doesn't look like
it gets put in the library....
-Tom