diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 01:38:20 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 01:38:20 (GMT) |
commit | 528db31bd90fcf2603e7bcc416e010674872e6d3 (patch) | |
tree | bd8a517cfa84ba24c610cc8d674578bc9c178e11 /Misc | |
parent | f2bdb6b8ca9e1584fae71ab27e1ed2a93861095a (diff) | |
download | cpython-528db31bd90fcf2603e7bcc416e010674872e6d3.zip cpython-528db31bd90fcf2603e7bcc416e010674872e6d3.tar.gz cpython-528db31bd90fcf2603e7bcc416e010674872e6d3.tar.bz2 |
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -301,6 +301,8 @@ Windows Build ----- +- Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) + - Issue #27705: Update message in validate_ucrtbase.py - Issue #27983: Cause lack of llvm-profdata tool when using clang as |