summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-17 21:10:05 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-17 21:10:05 (GMT)
commit79c5ef11d56e761445e334a7121764808e9e70cf (patch)
tree529b00a3e891a4c14b4c5e1ac6971f490ba62784 /Misc/NEWS
parent852823d731a6370c078016f3825044eec74fbb4f (diff)
downloadcpython-79c5ef11d56e761445e334a7121764808e9e70cf.zip
cpython-79c5ef11d56e761445e334a7121764808e9e70cf.tar.gz
cpython-79c5ef11d56e761445e334a7121764808e9e70cf.tar.bz2
Issue #3488: Provide convenient shorthand functions `gzip.compress`
and `gzip.decompress`. Original patch by Anand B. Pillai.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42a04f7..4e11922 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,6 +95,9 @@ Extensions
Library
-------
+- Issue #3488: Provide convenient shorthand functions ``gzip.compress``
+ and ``gzip.decompress``. Original patch by Anand B. Pillai.
+
- Issue #8807: poplib.POP3_SSL class now accepts a context parameter, which is a
ssl.SSLContext object allowing bundling SSL configuration options,
certificates and private keys into a single (potentially long-lived)