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