diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-02-18 09:22:20 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-02-18 09:22:20 (GMT) |
commit | 413fabc070d9502f3057758b389cabca91b3fb1e (patch) | |
tree | 823b0502cd9edd6448afc2be0dd93674b67040d1 /Misc | |
parent | 6f9030329c0eb9d3aa279b26842efc51a47d96e0 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ----- |