summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-03-16 02:30:31 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-03-16 02:30:31 (GMT)
commitc7965e0c2108ea47795afdc7cf093a5da24be445 (patch)
treed478414ecf2b2b79426886203cc199e5f9bb2882 /Misc/NEWS
parentbbb8ade904ea8c9b26236228e6c7029df279a523 (diff)
downloadcpython-c7965e0c2108ea47795afdc7cf093a5da24be445.zip
cpython-c7965e0c2108ea47795afdc7cf093a5da24be445.tar.gz
cpython-c7965e0c2108ea47795afdc7cf093a5da24be445.tar.bz2
Issue #23585: make patchcheck will ensure the interpreter is built.
Diffstat (limited to 'Misc/NEWS')
-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?
=================================