diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1280,6 +1280,9 @@ Documentation Build ----- +- bpo-30687: Locate msbuild.exe on Windows when building rather than + vcvarsall.bat + - bpo-20210: Support the *disabled* marker in Setup files. Extension modules listed after this marker are not built at all, neither by the Makefile nor by setup.py. |