diff options
author | Dino Viehland <dinoviehland@gmail.com> | 2019-09-10 10:27:03 (GMT) |
---|---|---|
committer | T. Wouters <thomas@python.org> | 2019-09-10 10:27:03 (GMT) |
commit | a1ffad07195b8b976f8c371a92028240946d4e76 (patch) | |
tree | 6cb294c9fa95f73fb29fd086af76193de1d29c31 /Misc | |
parent | 4f384af067d05b16a554bfd976934fca9f87a1cf (diff) | |
download | cpython-a1ffad07195b8b976f8c371a92028240946d4e76.zip cpython-a1ffad07195b8b976f8c371a92028240946d4e76.tar.gz cpython-a1ffad07195b8b976f8c371a92028240946d4e76.tar.bz2 |
bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792)
Updated zlibmodule.c to be PEP 384 compliant.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-40-57.bpo-38074.MsVbeI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-40-57.bpo-38074.MsVbeI.rst b/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-40-57.bpo-38074.MsVbeI.rst new file mode 100644 index 0000000..a20b40e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-40-57.bpo-38074.MsVbeI.rst @@ -0,0 +1 @@ +zlib module made PEP-384 compatible
\ No newline at end of file |