summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2010-03-19 00:08:44 (GMT)
committerCollin Winter <collinw@gmail.com>2010-03-19 00:08:44 (GMT)
commita70f3496203cd68d88208a21d90f0ca3503aa2f6 (patch)
tree8e39db1e2fc09a70b52e4e06e9a116ab5b54e36a /Misc/NEWS
parent00dd3f51bce06edbc9d92ad82e1fd74ad198438f (diff)
downloadcpython-a70f3496203cd68d88208a21d90f0ca3503aa2f6.zip
cpython-a70f3496203cd68d88208a21d90f0ca3503aa2f6.tar.gz
cpython-a70f3496203cd68d88208a21d90f0ca3503aa2f6.tar.bz2
Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6adc89d..95ff349 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,8 @@ Tools/Demos
measures the number of UDP packets processed per second depending on the
number of background CPU-bound Python threads.
+- python-config now supports multiple options on the same command line.
+
Build
-----