diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-13 12:40:51 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-13 12:40:51 (GMT) |
commit | b2317a4d9d7c94f5026a07c48118b58500ac1e79 (patch) | |
tree | 2af71d5d1fbea3ff9dad0af43b30d2371a6505d1 /Misc/NEWS | |
parent | ed9c0706cf29efafdea39043c78260e404a16c8f (diff) | |
parent | 134192630a28d6ae6c2a256f95a44a2dd3c65388 (diff) | |
download | cpython-b2317a4d9d7c94f5026a07c48118b58500ac1e79.zip cpython-b2317a4d9d7c94f5026a07c48118b58500ac1e79.tar.gz cpython-b2317a4d9d7c94f5026a07c48118b58500ac1e79.tar.bz2 |
Issue #15819: Merge include search from 3.5 into 3.6
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,6 +13,12 @@ Core and Builtins Library ------- +Build +----- + +- Issue #15819: Remove redundant include search directory option for building + outside the source tree. + What's New in Python 3.6.0 beta 1 ================================= |