Skip to content

Commit 6f39c46

Browse files
authored
clarify the versionchanged text.
1 parent 1303e6a commit 6f39c46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/gzip.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ The module defines the following items:
199199
:func:`zlib.compress` for better speed.
200200

201201
.. versionchanged:: 3.13
202-
The OS byte is guaranteed to be set to 255 when this function is used.
202+
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.
203204

204205
.. function:: decompress(data)
205206

0 commit comments

Comments
 (0)