summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2013-01-08 18:51:56 (GMT)
committerCharles-François Natali <neologix@free.fr>2013-01-08 18:51:56 (GMT)
commit1aa004b45dbfb1c8512c179bd7d3a35410df8b82 (patch)
tree8a98b8e2fd5a5755f6f2dbb1601850a519fb2f30 /Misc
parent9a546530bb2c958c12c3724c9ac0318c3210206c (diff)
parentf6fd794fac1b6af754d233875c173afb5ca9c45e (diff)
downloadcpython-1aa004b45dbfb1c8512c179bd7d3a35410df8b82.zip
cpython-1aa004b45dbfb1c8512c179bd7d3a35410df8b82.tar.gz
cpython-1aa004b45dbfb1c8512c179bd7d3a35410df8b82.tar.bz2
Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 00fc9a6..b40d4c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -429,6 +429,8 @@ Tests
Build
-----
+- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+
- Cross compiling needs host and build settings. configure no longer
creates a broken PYTHON_FOR_BUILD variable when --build is missing.