diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-06 01:15:51 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-06 01:15:51 (GMT) |
commit | 05adf073cc899af4cdcdc198a1e2826ad96dd457 (patch) | |
tree | d41017cbc6a21a802b4999f66c316ac6a55ce380 /Misc | |
parent | aaf2e1884152df80dc8c0167ed1c65eb503484e0 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |