summaryrefslogtreecommitdiffstats
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 088ad42..41ba1a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -737,6 +737,9 @@ IDLE
Build
-----
+- Issue #18257: Fix readlink usage in python-config. Install the python
+ version again on Darwin.
+
- Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
"coverage-report" creates an instrumented Python build, runs unit tests
and creates a HTML. The report can be updated with "make coverage-lcov".