]> granicus.if.org Git - python/commit
Merged revisions 80557 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Apr 2010 22:08:08 +0000 (22:08 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Apr 2010 22:08:08 +0000 (22:08 +0000)
commit9bfbe61961302dcb2da6ecdb53353435362244cc
tree20f7adf6b1f63f867b6309b9fa6d79da4cbe6074
parentc3be11aac35f4ac1be6542f8f767dd5c3ccc9dbf
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.
........
Lib/test/test_ssl.py
Misc/ACKS