summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-12-24 15:37:58 -0500
committerR David Murray <rdmurray@bitdance.com>2013-12-24 15:37:58 -0500
commitcad227a5534bc5d5733a1d3c985df28adbfeb7c4 (patch)
treef7520750974d46a57ad207fa37b81f0520989106
parentd74d09ab4ad7351fca17c676fdc3dd56ef351e32 (diff)
downloadcpython-git-cad227a5534bc5d5733a1d3c985df28adbfeb7c4.tar.gz
Move IPv6 NEWS entry into correct section.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 71e20b266a..afa6033dc5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3142,8 +3142,6 @@ Tests
- Issue #15539: Added regression tests for Tools/scripts/pindent.py.
-- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
-
- Issue #17479: test_io now works with unittest test discovery.
Patch by Zachary Ware.
@@ -3312,6 +3310,8 @@ Build
- Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
defined in cross compiling mode, too.
+- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+
- Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.