summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-17 20:39:23 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-17 20:39:23 (GMT)
commitbbda0c5fbc757a2751263720dc6a255f517e5261 (patch)
tree6a85c39350d32be9771cdcdb5fcd904873a8bb71 /Misc
parent929d3840589cf8159520e4082467d7cab6d5a57f (diff)
downloadcpython-bbda0c5fbc757a2751263720dc6a255f517e5261.zip
cpython-bbda0c5fbc757a2751263720dc6a255f517e5261.tar.gz
cpython-bbda0c5fbc757a2751263720dc6a255f517e5261.tar.bz2
sharedinstall should depend on sharedmods #9280
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 c6dbfef..04309a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1554,6 +1554,8 @@ Extension Modules
Build
-----
+- Issue #9280: Make sharedinstall depend on sharedmods.
+
- Issue #9189: Make a user-specified CFLAGS, CPPFLAGS, or LDFLAGS
setting override the configure and makefile defaults, without
deleting options the user didn't intend to override. Developers