We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6704a3 commit 9352489Copy full SHA for 9352489
Doc/library/gzip.rst
@@ -195,8 +195,10 @@ The module defines the following items:
195
.. versionchanged:: 3.8
196
Added the *mtime* parameter for reproducible output.
197
.. versionchanged:: 3.11
198
- Speed is improved by compressing all data at once instead of in a
199
- streamed fashion.
+ streamed fashion. Calls with *mtime* set to ``0`` are delegated to
+ :func:`zlib.compress` for better speed.
200
+ .. versionchanged:: 3.14
201
+ The OS byte is guaranteed to be set to 255 when this function is used.
202
203
.. function:: decompress(data)
204
0 commit comments