>> Unfortunately this advice should have been taken several years
    >> ago. The fact is that there are almost certainly Python users who
    >> rely on the presence of the bsddb module for production work, and
    >> simply removing it without deprecation is bound to upset those users.

    Guido> Those users would first have to port their code to Python
    Guido> 3.0. That task is a lot larger than dealing with a separate
    Guido> download of bsddb.  It is not being removed from 2.6.

Perhaps 2.7 and 3.1 should have a conversion function at the dbm package
level which will convert a database from one format to another, e.g.:

    dbm.convert(srcdb, dstdb, dstfmt)

The format of srcdb should be discoverable from the file itself.

Skip

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to