diff options
author | Xiang Zhang <angwerzx@126.com> | 2018-03-07 05:05:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 05:05:37 (GMT) |
commit | bc3f2289b9007396bfb7f986bee477b6176c1822 (patch) | |
tree | 99415986a9eca1cfc98dff9aba5e96d838be242a /Misc | |
parent | 8a387219bdfb6ee34928d6168ac42ca559f11c9a (diff) | |
download | cpython-bc3f2289b9007396bfb7f986bee477b6176c1822.zip cpython-bc3f2289b9007396bfb7f986bee477b6176c1822.tar.gz cpython-bc3f2289b9007396bfb7f986bee477b6176c1822.tar.bz2 |
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-03-06-00-19-41.bpo-32969.rGTKa0.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-06-00-19-41.bpo-32969.rGTKa0.rst b/Misc/NEWS.d/next/Library/2018-03-06-00-19-41.bpo-32969.rGTKa0.rst new file mode 100644 index 0000000..a92307e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-03-06-00-19-41.bpo-32969.rGTKa0.rst @@ -0,0 +1,2 @@ +Expose several missing constants in zlib and fix corresponding +documentation. |