Merged revisions 80559 via svnmerge from
commit998384034691ad8d2d9963481ff4993a74d485d3
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 27 Apr 2010 22:09:05 +0000 (27 22:09 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 27 Apr 2010 22:09:05 +0000 (27 22:09 +0000)
tree13148fbf66849a0a5147f7bef28c657a3905fe2f
parent5148faa32e6986d47ce8d2eb15debd0307d77b2e
Merged revisions 80559 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80559 | antoine.pitrou | 2010-04-28 00:08:08 +0200 (mer., 28 avril 2010) | 12 lines

  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.
  ........
................

git-svn-id: http://svn.python.org/projects/python/branches/release31-maint@80560 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_ssl.py
Misc/ACKS