summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-06 01:15:51 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-06 01:15:51 (GMT)
commit05adf073cc899af4cdcdc198a1e2826ad96dd457 (patch)
treed41017cbc6a21a802b4999f66c316ac6a55ce380 /Misc
parentaaf2e1884152df80dc8c0167ed1c65eb503484e0 (diff)
downloadcpython-05adf073cc899af4cdcdc198a1e2826ad96dd457.zip
cpython-05adf073cc899af4cdcdc198a1e2826ad96dd457.tar.gz
cpython-05adf073cc899af4cdcdc198a1e2826ad96dd457.tar.bz2
fixed #1520877: now distutils reads Read from the environment/Makefile
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ec1269..c843257 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,9 @@ Core and Builtins
Library
-------
+- Issue #1520877: Now distutils.sysconfig reads $AR from the
+ environment/Makefile. Patch by Douglas Greiman.
+
- Issue #4285: Change sys.version_info to be a named tuple. Patch by
Ross Light.