]> granicus.if.org Git - python/commit
Issue #11183: Add finer-grained exceptions to the ssl module, so that
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 27 Oct 2011 21:56:55 +0000 (23:56 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 27 Oct 2011 21:56:55 +0000 (23:56 +0200)
commit41032a69c12c1d4939daa84c98b2726f00380a9e
tree97607f9001b060955a87ff6789b51027f031cbc9
parentb5cab85dc79913b6825ecdbbd6b085529ee2dc91
Issue #11183: Add finer-grained exceptions to the ssl module, so that
you don't have to inspect the exception's attributes in the common case.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c