##// END OF EJS Templates
sslutil: avoid deprecation warnings from python 3.10's ssl module...
sslutil: avoid deprecation warnings from python 3.10's ssl module Use ssl.PROTOCOL_TLS_{CLIENT,SERVER} and SSLContext.{min,max}imum_version when supported (3.7+). And, catch deprecation warnings when the user asks for deprecated TLS versions (1.0 and 1.1). Differential Revision: https://phab.mercurial-scm.org/D12488
Julien Cristau -
r49930:5144d357 default
Show More
Name Size Modified Last Commit Author
/ mercurial / dirstateutils
__init__.py Loading ...
docket.py Loading ...
timestamp.py Loading ...
v2.py Loading ...