From: Martin Panter Date: Tue, 13 Sep 2016 12:40:51 +0000 (+0000) Subject: Issue #15819: Merge include search from 3.5 into 3.6 X-Git-Tag: v3.6.0b2~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2317a4d9d7c94f5026a07c48118b58500ac1e79;p=thirdparty%2FPython%2Fcpython.git Issue #15819: Merge include search from 3.5 into 3.6 --- b2317a4d9d7c94f5026a07c48118b58500ac1e79 diff --cc Misc/NEWS index 5f2ded472405,246ac72e9f9e..34c3748ee4f5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,22 -2,10 +2,28 @@@ Python News +++++++++++ -What's New in Python 3.5.3 release candidate 1? -=============================================== +What's New in Python 3.6.0 beta 2 +================================= + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + ++Build ++----- ++ ++- Issue #15819: Remove redundant include search directory option for building ++ outside the source tree. ++ -Release date: TBA +What's New in Python 3.6.0 beta 1 +================================= + +*Release date: 2016-09-12* Core and Builtins -----------------