commit | a7514993637aa2f2514fd7e5ab195088efa31482 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Tue May 25 09:44:36 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Tue May 25 09:44:36 2010 +0000 |
tree | 617c8e19f0902e97f4ccaaff8a4affd59c03eef5 | |
parent | 4fb18010f5e16533feb7d3e88d8c11ec522cc98b [diff] [blame] |
Made sysconfig a script that displays useful information - #8770
diff --git a/Misc/NEWS b/Misc/NEWS index df36345..ecf5744 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -392,6 +392,9 @@ Library ------- +- Issue #8770: now sysconfig displays information when it's called as + a script. Initial idea by Sridhar Ratnakumar. + - Issue #6662: Fix parsing of malformatted charref (&#bad;), patch written by Fredrik Håård