Mercurial > p > roundup > code
view roundup/anypy/ssl_.py @ 6993:570bdfad078d
fix test_pt_html handle new error pointer in output.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 01 Oct 2022 23:01:30 -0400 |
| parents | 3e8f2104753b |
| children | 07ce4e4110f5 |
line wrap: on
line source
try: # Python 3+ from ssl import SSLError except (ImportError, AttributeError): # Python 2.5-2.7 from socket import sslerror as SSLError
