[Python-Dev] Improving bsddb detection in setup.py

Barry A. Warsaw barry@zope.com
Mon, 20 Aug 2001 23:58:20 -0400


>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:

    GvR> So it's *both* compatible with BSD 1.95 *and* with the old
    GvR> bsddb module.  Then what does it buy you?

It will link against the newer libraries too, if you have them.

-Barry