diff options
author | Collin Winter <collinw@gmail.com> | 2010-03-19 00:08:44 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2010-03-19 00:08:44 (GMT) |
commit | a70f3496203cd68d88208a21d90f0ca3503aa2f6 (patch) | |
tree | 8e39db1e2fc09a70b52e4e06e9a116ab5b54e36a /Misc/NEWS | |
parent | 00dd3f51bce06edbc9d92ad82e1fd74ad198438f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----- |