[Python-Dev] module reorg (was: 1.6 job list)

David Ascher DavidA@ActiveState.com
Sat, 25 Mar 2000 10:28:30 -0800


> db
> 	anydbm
> 	whichdb
> 	bsddb
> 	dbm
> 	dbhash
> 	dumbdbm
> 	gdbm

This made me think of one issue which is worth considering -- is there a
mechanism for third-party packages to hook into the standard naming
hierarchy?  It'd be weird not to have the oracle and sybase modules within
the db toplevel package, for example.

--david ascher