diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-09-07 00:29:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 00:29:37 (GMT) |
commit | d01db1c2a2a71455163a1d3b214cc8dc27201303 (patch) | |
tree | 6b089cebac71c3bc48df25985c2911597c559a5b /Misc | |
parent | e7c566caf177afe43b57f0b2723e723d880368e8 (diff) | |
download | cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.zip cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.gz cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.bz2 |
bpo-31358: Pull zlib out of the repository (GH-3375)
Also enable building externals by default on Windows, use PCbuild\build.bat's -E option to disable it.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2017-09-05-19-46-52.bpo-31358.n1Fjxc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2017-09-05-19-46-52.bpo-31358.n1Fjxc.rst b/Misc/NEWS.d/next/Windows/2017-09-05-19-46-52.bpo-31358.n1Fjxc.rst new file mode 100644 index 0000000..6d95d86 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2017-09-05-19-46-52.bpo-31358.n1Fjxc.rst @@ -0,0 +1,2 @@ +zlib is no longer bundled in the CPython source, instead it is downloaded on +demand just like bz2, lzma, OpenSSL, Tcl/Tk, and SQLite. |