> 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,
>                           certsreqs=ssl.CERT_NONE):
> 
> Is this verboten?

Of course it is.  Yep, that was it.  Solaris 10 is green.

Bill
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to