From: Andrew M. Kuchling Date: Fri, 23 Nov 2007 13:37:39 +0000 (+0000) Subject: Add item X-Git-Tag: v2.6a1~1015 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7b462f696dfb6ceabe9016611492a85b5109ac3;p=python Add item --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 8314f4c060..1fa1ef8e10 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -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.