diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-05-19 17:47:47 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-05-19 17:47:47 (GMT) |
commit | d8bf09c6cd1137b148a06a0283c060e3e1e6cc46 (patch) | |
tree | 60cf10c61ea1a1e91a7012e735a8270f46ec798b /Misc/NEWS | |
parent | 3116cc44af1de8f261f642baba50e254b5e1592d (diff) | |
download | cpython-d8bf09c6cd1137b148a06a0283c060e3e1e6cc46.zip cpython-d8bf09c6cd1137b148a06a0283c060e3e1e6cc46.tar.gz cpython-d8bf09c6cd1137b148a06a0283c060e3e1e6cc46.tar.bz2 |
Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -556,6 +556,8 @@ Build Windows ------- +- Issue #27053: Updates make_zip.py to correctly generate library ZIP file. + - Issue #26268: Update the prepare_ssl.py script to handle OpenSSL releases that don't include the contents of the include directory (that is, 1.0.2e and later). |