commit | 66bfda800714cc34294c475066b285dbd169bd23 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 29 11:30:52 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 29 11:30:52 2010 +0000 |
tree | 7fefe3a607be62dcecc9610e34f1df806ea2a5eb | |
parent | b046529b7dec7ef45b43b45fe4e5c87a6bd9360b [diff] |
Merged revisions 85101 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85101 | antoine.pitrou | 2010-09-29 13:24:21 +0200 (mer., 29 sept. 2010) | 3 lines Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. ........