summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-29 06:13:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-29 06:13:58 (GMT)
commit4254e8c5484460b9be7e58dc89bd25815612fc37 (patch)
tree44a9d0b323650bd8a0eaa66ccbbf089a6815e076 /Misc
parentc49b4d8ef392678b2a55deedb7682d3f5ab9c68b (diff)
downloadcpython-4254e8c5484460b9be7e58dc89bd25815612fc37.zip
cpython-4254e8c5484460b9be7e58dc89bd25815612fc37.tar.gz
cpython-4254e8c5484460b9be7e58dc89bd25815612fc37.tar.bz2
build_ext: correctly parse the link_objects user option (closes #1703178)
Patch by Valerie Lambert.
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 3b41f49..fbf3100 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,9 @@ Core and Builtins
Library
-------
+- Issue #1703178: Fix the ability to pass the --link-objects option to the
+ distutils build_ext command.
+
- Issue #28253: Fixed calendar functions for extreme months: 0001-01
and 9999-12.