commit | 9bfbe61961302dcb2da6ecdb53353435362244cc | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 22:08:08 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 22:08:08 2010 +0000 |
tree | 20f7adf6b1f63f867b6309b9fa6d79da4cbe6074 | |
parent | c3be11aac35f4ac1be6542f8f767dd5c3ccc9dbf [diff] |
Merged revisions 80557 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk (the bug was already fixed in py3k, just merging in the tests) ........ r80557 | antoine.pitrou | 2010-04-28 00:03:37 +0200 (mer., 28 avril 2010) | 4 lines Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline before the certificate footer. Patch by Kyle VanderBeek. ........