diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-17 19:08:41 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-17 19:08:41 (GMT) |
commit | bce52be4916fe817cf2f08aa00ee1cc224e3513f (patch) | |
tree | 8e01b10aa0a69bbfc27ade3debe5e8fcb68a5b3d /Misc/NEWS | |
parent | d157e6977784c9483bdffc5d8ccd108c3cd4f94f (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----------------- |