Merge with 3.5

This commit is contained in:
Terry Jan Reedy 2016-05-15 13:25:39 -04:00
commit e6073944b6
1 changed files with 1 additions and 1 deletions

View File

@ -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