Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5e2486b1
Commit
5e2486b1
authored
Oct 13, 2016
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7)
parent
8fb09ada
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Lib/webbrowser.py
Lib/webbrowser.py
+1
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/webbrowser.py
View file @
5e2486b1
...
...
@@ -642,6 +642,7 @@ if sys.platform == 'darwin':
# (but we prefer using the OS X specific stuff)
register
(
"safari"
,
None
,
MacOSXOSAScript
(
'safari'
),
-
1
)
register
(
"firefox"
,
None
,
MacOSXOSAScript
(
'firefox'
),
-
1
)
register
(
"chrome"
,
None
,
MacOSXOSAScript
(
'chrome'
),
-
1
)
register
(
"MacOSX"
,
None
,
MacOSXOSAScript
(
'default'
),
-
1
)
...
...
Misc/NEWS
View file @
5e2486b1
...
...
@@ -55,6 +55,8 @@ Core and Builtins
Library
-------
-
Issue
#
24452
:
Make
webbrowser
support
Chrome
on
Mac
OS
X
.
-
Issue
#
26293
:
Fixed
writing
ZIP
files
that
starts
not
from
the
start
of
the
file
.
Offsets
in
ZIP
file
now
are
relative
to
the
start
of
the
archive
in
conforming
to
the
specification
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment