diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-09-20 22:21:58 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-09-20 22:21:58 (GMT) |
commit | 895ce149c1ba5a4ebd1e5b238bd7e5022fd49a20 (patch) | |
tree | 6e64b36c3b88584594b481d952abef24c57b0c19 /Misc/NEWS | |
parent | 7c4093ca95b9aebd11dad069bcdb20f9b0ce902d (diff) | |
download | cpython-895ce149c1ba5a4ebd1e5b238bd7e5022fd49a20.zip cpython-895ce149c1ba5a4ebd1e5b238bd7e5022fd49a20.tar.gz cpython-895ce149c1ba5a4ebd1e5b238bd7e5022fd49a20.tar.bz2 |
Issue #22359: Remove incorrect uses of recursive make. Patch by Jonas Wagner.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -936,6 +936,9 @@ IDLE Build ----- +- Issue #22359: Remove incorrect uses of recursive make. Patch by Jonas + Wagner. + - Issue #21958: Define HAVE_ROUND when building with Visual Studio 2013 and above. Patch by Zachary Turner. |