From: Martin Panter Date: Tue, 13 Sep 2016 13:04:41 +0000 (+0000) Subject: Issue #15819: Merge include search from 3.6 X-Git-Tag: v3.7.0a1~2507 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24e564d48e2a71ab7744bc683f07f5bd58de807c;p=python Issue #15819: Merge include search from 3.6 --- 24e564d48e2a71ab7744bc683f07f5bd58de807c diff --cc Misc/NEWS index 607c15fa95,34c3748ee4..ac89f65ad7 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -13,17 -13,12 +13,23 @@@ Core and Builtin Library ------- + Build + ----- + + - Issue #15819: Remove redundant include search directory option for building + outside the source tree. + +Tools/Demos +----------- + +- Issue #15369: The pybench and pystone microbenchmark have been removed from + Tools. Please use the new Python benchmark suite + https://github.com/python/performance which is more reliable and includes a + portable version of pybench working on Python 2 and Python 3. + +- Issue #28102: The zipfile module CLI now prints usage to stderr. + Patch by Stephen J. Turnbull. + What's New in Python 3.6.0 beta 1 =================================