summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-08-15 07:23:23 (GMT)
committerNed Deily <nad@python.org>2016-08-15 07:23:23 (GMT)
commit6349612a8e5d5fcb3405e59242b6a2df3127585a (patch)
treea567e9a914508b13b1a323633ac329d5ae1ee16e /Misc
parent15f3228b7c35fb44f0024d9814172d49f472891b (diff)
parent3d4559936a0e628c1c910c48b26907f2b2f2c9cb (diff)
downloadcpython-6349612a8e5d5fcb3405e59242b6a2df3127585a.zip
cpython-6349612a8e5d5fcb3405e59242b6a2df3127585a.tar.gz
cpython-6349612a8e5d5fcb3405e59242b6a2df3127585a.tar.bz2
Issue #10910: merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ea701fd..eabbf8c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -165,6 +165,10 @@ Build
- Issue #26662: Set PYTHON_FOR_GEN in configure as the Python program to be
used for file generation during the build.
+- Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.
+ Also update FreedBSD version checks for the original ctype UTF-8 workaround.
+
+
What's New in Python 3.6.0 alpha 3
==================================