Skip to content

Commit 1316dbf

Browse files
committed
gh-137586: Revert frozendict for MacOS._BUNDLE_IDS pending frozendict release
1 parent c725927 commit 1316dbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/webbrowser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,14 +655,14 @@ class MacOS(BaseBrowser):
655655
to -a.
656656
"""
657657

658-
_BUNDLE_IDS = frozendict({
658+
_BUNDLE_IDS = {
659659
'google chrome': 'com.google.Chrome',
660660
'firefox': 'org.mozilla.firefox',
661661
'safari': 'com.apple.Safari',
662662
'chromium': 'org.chromium.Chromium',
663663
'opera': 'com.operasoftware.Opera',
664664
'microsoft edge': 'com.microsoft.edgemac',
665-
})
665+
}
666666

667667
def open(self, url, new=0, autoraise=True):
668668
sys.audit("webbrowser.open", url)

0 commit comments

Comments
 (0)