Mercurial > hg
comparison setup.py @ 44889:ceb7318013d5
sslutil: fix names of variables containing minimum protocol strings
When working in this module, I found it very confusing that "protocol" as a
variable name could mean either "minimum protocol string" or an exact version
(as a string or ssl.PROTOCOL_* value). This patch prefixes variables of the
former type with "minimum".
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Sun, 31 May 2020 10:47:38 +0200 |
parents | 4c53c12b92d5 |
children | 95c832849955 |
comparison
equal
deleted
inserted
replaced
44888:95903a8d8c97 | 44889:ceb7318013d5 |
---|