From: Nick Coghlan Date: Fri, 25 Jul 2014 11:55:07 +0000 (+1000) Subject: Add missing NEWS entry for issue #18093 X-Git-Tag: v3.5.0a1~1202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0861ccbff42e5ec18f5234db88db84179bd2a760;p=python Add missing NEWS entry for issue #18093 --- 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.