File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010For applications that require data compression, the functions in this module
1111allow compression and decompression, using the zlib library. The zlib library
12- has its own home page at http ://www.zlib.net. There are known
12+ has its own home page at https ://www.zlib.net. There are known
1313incompatibilities between the Python module and versions of the zlib library
14- earlier than 1.1.3; 1.1.3 has a security vulnerability, so we recommend using
14+ earlier than 1.1.3; 1.1.3 has a ` security vulnerability < https://zlib.net/zlib_faq.html#faq33 >`_ , so we recommend using
15151.1.4 or later.
1616
1717zlib's functions have many options and often need to be used in a particular
@@ -337,4 +337,3 @@ the following constants:
337337 http://www.zlib.net/manual.html
338338 The zlib manual explains the semantics and usage of the library's many
339339 functions.
340-
You can’t perform that action at this time.
0 commit comments