bpo-31358: Pull zlib out of the repository (GH-3375) · python/cpython@d01db1c

50 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -27,9 +27,6 @@ Lib/test/test_email/data/*.txt -text

2727

Lib/test/xmltestdata/* -text

2828

Lib/test/coding20731.py -text

2929
30-

# Special files in third party code

31-

Modules/zlib/zlib.map -text

32-
3330

# CRLF files

3431

*.bat text eol=crlf

3532

*.ps1 text eol=crlf

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,2 @@

1+

zlib is no longer bundled in the CPython source, instead it is downloaded on

2+

demand just like bz2, lzma, OpenSSL, Tcl/Tk, and SQLite.