Skip to content

Commit cace71d

Browse files
Victor's review
1 parent 9b8bf41 commit cace71d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Doc/library/zlib.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ behavior:
367367

368368
Compression level ``0``.
369369

370+
.. versionadded:: 3.6
371+
370372

371373
.. data:: Z_BEST_SPEED
372374

@@ -380,7 +382,7 @@ behavior:
380382

381383
.. data:: Z_DEFAULT_COMPRESSION
382384

383-
Default compression level ``-1``.
385+
Default compression level (``-1``).
384386

385387

386388
.. data:: Z_DEFAULT_STRATEGY
@@ -405,6 +407,8 @@ behavior:
405407
This constant is only available if Python was compiled with zlib
406408
1.2.0.1 or greater.
407409

410+
.. versionadded:: 3.6
411+
408412

409413
.. data:: Z_FIXED
410414

@@ -413,11 +417,15 @@ behavior:
413417
This constant is only available if Python was compiled with zlib
414418
1.2.2.2 or greater.
415419

420+
.. versionadded:: 3.6
421+
416422

417423
.. data:: Z_NO_FLUSH
418424

419425
Flush mode ``0``. No special flushing behavior.
420426

427+
.. versionadded:: 3.6
428+
421429

422430
.. data:: Z_PARTIAL_FLUSH
423431

@@ -446,6 +454,8 @@ behavior:
446454
This constant is only available if Python was compiled with zlib
447455
1.2.2.2 or greater.
448456

457+
.. versionadded:: 3.6
458+
449459

450460
.. data:: Z_TREES
451461

@@ -455,6 +465,8 @@ behavior:
455465
This constant is only available if Python was compiled with zlib
456466
1.2.3.4 or greater.
457467

468+
.. versionadded:: 3.6
469+
458470

459471
Information about the version of the zlib library in use is available through
460472
the following constants:

0 commit comments

Comments
 (0)