diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-07-25 11:55:07 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-07-25 11:55:07 (GMT) |
commit | 0861ccbff42e5ec18f5234db88db84179bd2a760 (patch) | |
tree | ef9fb35e9ce67c1e2d0afc2e810ec4be282c6fe1 | |
parent | 973fe0ba7adb081b81f319b924f9bbb50b2b1345 (diff) | |
download | cpython-0861ccbff42e5ec18f5234db88db84179bd2a760.zip cpython-0861ccbff42e5ec18f5234db88db84179bd2a760.tar.gz cpython-0861ccbff42e5ec18f5234db88db84179bd2a760.tar.bz2 |
Add missing NEWS entry for issue #18093
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |