commit | 6186bfb735c90c22035d8b29a0e97ae39bd12d5b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jun 25 00:07:34 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jun 25 00:07:34 2010 +0000 |
tree | a6c7a2513e854a7f52979b930f911d41c3c391f1 | |
parent | 25e8ec47244b405083b5fe7b353560666cabff44 [diff] |
Merged revisions 82210 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82210 | antoine.pitrou | 2010-06-25 02:03:21 +0200 (ven., 25 juin 2010) | 4 lines Issue #9075: In the ssl module, remove the setting of a `debug` flag on an OpenSSL structure. ........