summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDino Viehland <dinoviehland@gmail.com>2019-09-10 10:27:03 (GMT)
committerT. Wouters <thomas@python.org>2019-09-10 10:27:03 (GMT)
commita1ffad07195b8b976f8c371a92028240946d4e76 (patch)
tree6cb294c9fa95f73fb29fd086af76193de1d29c31 /Misc
parent4f384af067d05b16a554bfd976934fca9f87a1cf (diff)
downloadcpython-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.rst1
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