Show More
@@ -1903,7 +1903,7 b' def debuginstall(ui, **opts):' | |||||
1903 | fm.write('pythonver', _("checking Python version (%s)\n"), |
|
1903 | fm.write('pythonver', _("checking Python version (%s)\n"), | |
1904 | ("%d.%d.%d" % sys.version_info[:3])) |
|
1904 | ("%d.%d.%d" % sys.version_info[:3])) | |
1905 | fm.write('pythonlib', _("checking Python lib (%s)...\n"), |
|
1905 | fm.write('pythonlib', _("checking Python lib (%s)...\n"), | |
1906 | os.path.dirname(os.__file__)) |
|
1906 | os.path.dirname(pycompat.fsencode(os.__file__))) | |
1907 |
|
1907 | |||
1908 | security = set(sslutil.supportedprotocols) |
|
1908 | security = set(sslutil.supportedprotocols) | |
1909 | if sslutil.hassni: |
|
1909 | if sslutil.hassni: |
General Comments 0
You need to be logged in to leave comments.
Login now