summaryrefslogtreecommitdiffstats
path: root/testsuite/ext/ssl_protocols.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: support for python-2.7.9maintAlexander Sulfrian2015-01-161-0/+17
pylint could not parse the dynamic assignment of the PROTOCOL_* values in the ssl module (the real values are in the _ssl extension). We dynamically add here the PROTOCOL_* constants we need.