Mercurial > hg
comparison .arcconfig @ 49387:be3828081624 stable
sslutil: use proper attribute to select python 3.7+
The previous attribute was python 3.6+, but guarded a python 3.7+ block.
Using the correct attribute avoids:
File "/usr/lib64/python3.6/site-packages/mercurial/sslutil.py", line 334, in wrapsocket
sslcontext.minimum_version = ssl.TLSVersion.TLSv1_1
AttributeError: module 'ssl' has no attribute 'TLSVersion'
author | Mathias De Mare <mathias.de_mare@nokia.com> |
---|---|
date | Tue, 12 Jul 2022 15:59:53 +0200 |
parents | ff396501e841 |
children |
comparison
equal
deleted
inserted
replaced
49386:1e12ea7d8435 | 49387:be3828081624 |
---|