commit | b4f0e644bcec625d3bb7964d391ddd363083f2d1 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jun 25 00:09:05 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jun 25 00:09:05 2010 +0000 |
tree | cf8df3bee3cc247e125143daf014648c21d7af8d | |
parent | 69ed774fe1ed1ea33e301308c3eb15f1d0afd8e4 [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. ........