summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.6.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-11-23 13:37:39 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2007-11-23 13:37:39 (GMT)
commitf7b462f696dfb6ceabe9016611492a85b5109ac3 (patch)
treea30715cc72fa94e72aee71cdc7bb5214b6edcae5 /Doc/whatsnew/2.6.rst
parent6d8fb1a4446c59f4a20f64bbcd2ade9c91362e8c (diff)
downloadcpython-f7b462f696dfb6ceabe9016611492a85b5109ac3.zip
cpython-f7b462f696dfb6ceabe9016611492a85b5109ac3.tar.gz
cpython-f7b462f696dfb6ceabe9016611492a85b5109ac3.tar.bz2
Add item
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r--Doc/whatsnew/2.6.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index 8314f4c..1fa1ef8 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.