summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-17 19:08:41 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-17 19:08:41 (GMT)
commitbce52be4916fe817cf2f08aa00ee1cc224e3513f (patch)
tree8e01b10aa0a69bbfc27ade3debe5e8fcb68a5b3d /Misc/NEWS
parentd157e6977784c9483bdffc5d8ccd108c3cd4f94f (diff)
downloadcpython-bce52be4916fe817cf2f08aa00ee1cc224e3513f.zip
cpython-bce52be4916fe817cf2f08aa00ee1cc224e3513f.tar.gz
cpython-bce52be4916fe817cf2f08aa00ee1cc224e3513f.tar.bz2
Fixed some build issues and updated docs.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f68ac90..e0d3f8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,12 @@ Core and Builtins
streams (fileno(stdin) < 0). For now this happens only for Windows GUI
apps and scripts started with `pythonw.exe`.
+- Added PCbuild9 directory for VS 2008.
+
+- Renamed structmember.h WRITE_RESTRICTED to PY_WRITE_RESTRICTED to work
+ around a name clash with VS 2008 on Windows.
+
+
Extension Modules
-----------------