Merge with 3.5
This commit is contained in:
commit
e6073944b6
|
@ -149,7 +149,7 @@ class GetHelpSourceDialog(Toplevel):
|
||||||
self.path.get().strip())
|
self.path.get().strip())
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
path = self.result[1]
|
path = self.result[1]
|
||||||
if path.startswith(('www', 'file:', 'http:')):
|
if path.startswith(('www', 'file:', 'http:', 'https:')):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
# Mac Safari insists on using the URI form for local files
|
# Mac Safari insists on using the URI form for local files
|
||||||
|
|
Loading…
Reference in New Issue