This commit is contained in:
Andrew M. Kuchling 2007-11-23 13:37:39 +00:00
parent 6d8fb1a444
commit f7b462f696
1 changed files with 4 additions and 0 deletions

View File

@ -872,6 +872,10 @@ Build and C API Changes
Changes to Python's build process and to the C API include:
* Python 2.6 can be built with Microsoft Visual Studio 2008.
See the :file:`PCbuild9` directory for the build files.
(Implemented by Christian Heimes.)
* The BerkeleyDB module now has a C API object, available as
``bsddb.db.api``. This object can be used by other C extensions
that wish to use the :mod:`bsddb` module for their own purposes.