]> granicus.if.org Git - python/commitdiff
Merge 3.5
authordoko@ubuntu.com <doko@ubuntu.com>
Mon, 11 Jan 2016 20:43:29 +0000 (21:43 +0100)
committerdoko@ubuntu.com <doko@ubuntu.com>
Mon, 11 Jan 2016 20:43:29 +0000 (21:43 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 089388ed080496a3d27c4e7960a776b681b33bd4,20d8bb2e0de6bd5a19c14d89de2731ff77c727ad..1d1146f86c240689a8325aaeb103d22fda12fbfb
+++ b/Misc/NEWS
@@@ -131,8 -44,9 +131,11 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
+   appearing before $() vars.
 +- Issue #26069: Remove the deprecated apis in the trace module.
 +
  - Issue #22138: Fix mock.patch behavior when patching descriptors. Restore
    original values after patching. Patch contributed by Sean McCully.