summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 13c4b3e..d3d4d8f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,10 @@ Library
The usage of os.scandir() reduces the number of calls to os.stat().
Initial patch written by Ben Hoyt.
+Build
+-----
+
+- Issue #23585: make patchcheck will ensure the interpreter is built.
What's New in Python 3.5 alpha 2?
=================================