mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Without this patch OSX users couldn't add new help sources because the code
tried to update one item in a tuple.
This commit is contained in:
parent
ae1c09811b
commit
19bebf2e2f
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ class GetHelpSourceDialog(Toplevel):
|
|||
pass
|
||||
else:
|
||||
# Mac Safari insists on using the URI form for local files
|
||||
self.result = list(self.result)
|
||||
self.result[1] = "file://" + path
|
||||
self.destroy()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue