(original) (raw)

changeset: 91854:7640af73c19d user: Nick Coghlan ncoghlan@gmail.com date: Fri Jul 25 21:55:07 2014 +1000 files: Misc/NEWS description: Add missing NEWS entry for issue #18093 diff -r 88a532a31eb3 -r 7640af73c19d Misc/NEWS --- a/Misc/NEWS Fri Jul 25 21:52:14 2014 +1000 +++ b/Misc/NEWS Fri Jul 25 21:55:07 2014 +1000 @@ -661,6 +661,10 @@ 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. /ncoghlan@gmail.com