diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-05-19 17:47:55 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-05-19 17:47:55 (GMT) |
commit | 7fa6378747dfffb983f14b9f6e760ab65a112fe3 (patch) | |
tree | 9fc4c22304b8b537aaf9cd37544042a2b15bf7ad /Misc | |
parent | 4a3443be43986c4b8c59a6127c04a44e5caf66f1 (diff) | |
parent | d8bf09c6cd1137b148a06a0283c060e3e1e6cc46 (diff) | |
download | cpython-7fa6378747dfffb983f14b9f6e760ab65a112fe3.zip cpython-7fa6378747dfffb983f14b9f6e760ab65a112fe3.tar.gz cpython-7fa6378747dfffb983f14b9f6e760ab65a112fe3.tar.bz2 |
Issue #27053: Updates make_zip.py to correctly generate library ZIP file.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1221,6 +1221,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). |