Re: [Python-Dev] Solaris 10 buildbot test_ssl failures

2007-09-10 Thread Bill Janssen
> The Solaris 10 buildbot is complaining about test_ssl, and I think > it's because some of the functions in it use constants from the ssl > module at the top level, i.e., > > def tryProtocolCombo (server_protocol, > client_protocol, > expect

[Python-Dev] Solaris 10 buildbot test_ssl failures

2007-09-10 Thread Bill Janssen
The Solaris 10 buildbot is complaining about test_ssl, and I think it's because some of the functions in it use constants from the ssl module at the top level, i.e., def tryProtocolCombo (server_protocol, client_protocol, expectedToWork,