bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)

This commit is contained in:
Xiang Zhang 2018-03-07 13:05:37 +08:00 committed by GitHub
parent 8a387219bd
commit bc3f2289b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 23 deletions

View file

@ -0,0 +1,2 @@
Expose several missing constants in zlib and fix corresponding
documentation.