summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-02-18 09:22:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-02-18 09:22:20 (GMT)
commit413fabc070d9502f3057758b389cabca91b3fb1e (patch)
tree823b0502cd9edd6448afc2be0dd93674b67040d1 /Misc
parent6f9030329c0eb9d3aa279b26842efc51a47d96e0 (diff)
downloadcpython-413fabc070d9502f3057758b389cabca91b3fb1e.zip
cpython-413fabc070d9502f3057758b389cabca91b3fb1e.tar.gz
cpython-413fabc070d9502f3057758b389cabca91b3fb1e.tar.bz2
Stop providing crtassem.h symbols when compiling with
Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4441e92..fbcb23a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,11 @@ Library
- Issue 7588: ``unittest.TextTestResult.getDescription`` now includes the test
name in failure reports even if the test has a docstring.
+Extension Modules
+-----------------
+
+- Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as
+ msvcr100.dll is not a platform assembly anymore.
Tests
-----