We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1303e6a commit 6f39c46Copy full SHA for 6f39c46
Doc/library/gzip.rst
@@ -199,7 +199,8 @@ The module defines the following items:
199
:func:`zlib.compress` for better speed.
200
201
.. versionchanged:: 3.13
202
- The OS byte is guaranteed to be set to 255 when this function is used.
+ The gzip header OS byte is guaranteed to be set to 255 when this function
203
+ is used as was the case in 3.10 and earlier.
204
205
.. function:: decompress(data)
206
0 commit comments