summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-08 05:37:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-01-08 05:37:37 (GMT)
commit3b1a8b3bbe2ff77975a13255c23a0f0bb4d55ebe (patch)
tree7180083bcf76296934a3630f3692803098811df4 /Misc
parent03abf6dd98d083cd6db24db75d70457578d80767 (diff)
downloadcpython-3b1a8b3bbe2ff77975a13255c23a0f0bb4d55ebe.zip
cpython-3b1a8b3bbe2ff77975a13255c23a0f0bb4d55ebe.tar.gz
cpython-3b1a8b3bbe2ff77975a13255c23a0f0bb4d55ebe.tar.bz2
enable SSL_MODE_RELEASE_BUFFERS
Patch by Cory Benfield.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fd22bbb..61b62f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,9 @@ Core and Builtins
Library
-------
+- Issue #25672: In the ssl module, enable the SSL_MODE_RELEASE_BUFFERS mode
+ option if it is safe to do so.
+
- Issue #22570: Add 'path' attribute to pathlib.Path objects,
returning the same as str(), to make it more similar to DirEntry.
Library code can now write getattr(p, 'path', p) to get the path as