commit | a70f3496203cd68d88208a21d90f0ca3503aa2f6 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Fri Mar 19 00:08:44 2010 +0000 |
committer | Collin Winter <collinw@gmail.com> | Fri Mar 19 00:08:44 2010 +0000 |
tree | 8e39db1e2fc09a70b52e4e06e9a116ab5b54e36a | |
parent | 00dd3f51bce06edbc9d92ad82e1fd74ad198438f [diff] [blame] |
Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag.
diff --git a/Misc/NEWS b/Misc/NEWS index 6adc89d..95ff349 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -82,6 +82,8 @@ 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 -----