From 0861ccbff42e5ec18f5234db88db84179bd2a760 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 25 Jul 2014 21:55:07 +1000 Subject: [PATCH] Add missing NEWS entry for issue #18093 --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 1b00fa1301..515978aed6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -661,6 +661,10 @@ IDLE Build ----- +- Issue #18093: the programs that embed the CPython runtime are now in a + separate "Programs" directory, rather than being kept in the Modules + directory. + - Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ now display special message when and only when there are failures. -- 2.50.1