[Python-Dev] Solaris 10 buildbot test_ssl failures (original) (raw)
Bill Janssen janssen at parc.com
Tue Sep 11 04:01:42 CEST 2007
- Previous message: [Python-Dev] Solaris 10 buildbot test_ssl failures
- Next message: [Python-Dev] Alpha/Tru64 buildbot and SSL compile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The Solaris 10 buildbot is complaining about testssl, 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 (serverprotocol, clientprotocol, expectedToWork, certsreqs=ssl.CERTNONE): Is this verboten?
Of course it is. Yep, that was it. Solaris 10 is green.
Bill
- Previous message: [Python-Dev] Solaris 10 buildbot test_ssl failures
- Next message: [Python-Dev] Alpha/Tru64 buildbot and SSL compile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]