summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-27 22:03:37 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-27 22:03:37 (GMT)
commit4c7bcf119431c1752b2f0c41e347b6cd18907fc3 (patch)
tree09956ebcfa3bbdb28a479905d4a2411ff8ee13ba /Misc/NEWS
parent9751472001bbe25095ac6635353606c2fe443d1f (diff)
downloadcpython-4c7bcf119431c1752b2f0c41e347b6cd18907fc3.zip
cpython-4c7bcf119431c1752b2f0c41e347b6cd18907fc3.tar.gz
cpython-4c7bcf119431c1752b2f0c41e347b6cd18907fc3.tar.bz2
Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline
before the certificate footer. Patch by Kyle VanderBeek.
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 7ba33ba..929a246 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline
+ before the certificate footer. Patch by Kyle VanderBeek.
+
- Issue #8546: Reject None given as the buffering argument to _pyio.open.
- Issue #8549: Fix compiling the _ssl extension under AIX. Patch by