Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e13ee29

Browse filesBrowse files
fhinkelFishrock123
authored andcommitted
doc: delete non-existing zlib constants
Some constants in the zlib docs are not in the actual code: zlib.Z_BINARY zlib.Z_TEXT zlib.Z_ASCII zlib.Z_UNKNOWN Also handled in #7203, but marked as semver-major, so will not land in v6.x. Fixes: #7204 PR-URL: #7520 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 4480b14 commit e13ee29
Copy full SHA for e13ee29

File tree

Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed
Open diff view settings
Collapse file

‎doc/api/zlib.md‎

Copy file name to clipboardExpand all lines: doc/api/zlib.md
-7Lines changed: 0 additions & 7 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,6 @@ Compression strategy.
266266
* `zlib.Z_FIXED`
267267
* `zlib.Z_DEFAULT_STRATEGY`
268268

269-
Possible values of the data_type field.
270-
271-
* `zlib.Z_BINARY`
272-
* `zlib.Z_TEXT`
273-
* `zlib.Z_ASCII`
274-
* `zlib.Z_UNKNOWN`
275-
276269
The deflate compression method (the only one supported in this version).
277270

278271
* `zlib.Z_DEFLATED`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.