]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for issue #18093
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 25 Jul 2014 11:55:07 +0000 (21:55 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 25 Jul 2014 11:55:07 +0000 (21:55 +1000)
Misc/NEWS

index 1b00fa1301c459b5fe9e0698861f76673788692b..515978aed6f47dbae2d2ce7ab29927717934bff9 100644 (file)
--- 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.