summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a17e21f233..02dcd0ab54 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,7 +87,10 @@ Library
Build
-----
+- Patch #1470875: Building Python with MS Free Compiler
+
- Patch #1161914: Add a python-config script.
+
- Patch #1324762:Remove ccpython.cc; replace --with-cxx with
--with-cxx-main. Link with C++ compiler only if --with-cxx-main was
specified. (Can be overridden by explicitly setting LINKCC.) Decouple