]> granicus.if.org Git - python/commit
Merged revisions 79812 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 5 Apr 2010 21:40:07 +0000 (21:40 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 5 Apr 2010 21:40:07 +0000 (21:40 +0000)
commit04f6a32dff60d6f22b56b887338dd6ebbdc68dfe
tree1a8163e2cb9880e4502ac3dbbda2cdcd9e0d0e3a
parentc50846aaef3e38d466ac9a0a87f72f09238e2061
Merged revisions 79812 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79812 | antoine.pitrou | 2010-04-05 23:35:07 +0200 (lun., 05 avril 2010) | 5 lines

  Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
  using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO`
  and `ssl.OPENSSL_VERSION_NUMBER`.
........
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c