summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-29 06:17:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-29 06:17:04 (GMT)
commit095e32bfc511ee823af3752507c7211a305c8c00 (patch)
treeabed207a15f07cd102153e46d8d2050ef305e525 /Misc
parent6a8e1ea80c2f2e8334b659f208fa3798219aebea (diff)
parent4254e8c5484460b9be7e58dc89bd25815612fc37 (diff)
downloadcpython-095e32bfc511ee823af3752507c7211a305c8c00.zip
cpython-095e32bfc511ee823af3752507c7211a305c8c00.tar.gz
cpython-095e32bfc511ee823af3752507c7211a305c8c00.tar.bz2
merge 3.5 (#1703178)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 00af6f6..4f5e53f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,9 @@ Library
pickling and text representation purposes. Patch by Emanuel Barry and
Serhiy Storchaka.
+- Issue #1703178: Fix the ability to pass the --link-objects option to the
+ distutils build_ext command.
+
- Issue #28019: itertools.count() no longer rounds non-integer step in range
between 1.0 and 2.0 to 1.