From f7b462f696dfb6ceabe9016611492a85b5109ac3 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 23 Nov 2007 13:37:39 +0000 Subject: [PATCH] Add item --- Doc/whatsnew/2.6.rst | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.50.1