]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 23 Nov 2007 13:37:39 +0000 (13:37 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 23 Nov 2007 13:37:39 +0000 (13:37 +0000)
Doc/whatsnew/2.6.rst

index 8314f4c06022aeae558aaf331e6f06fed0db1be9..1fa1ef8e106c39a6201fa3e21ac0698eb0f2c891 100644 (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.