Fix webbrowser.MacOSX.__init__ (#13035)

This commit is contained in:
Stephen Morton
2024-11-18 03:10:35 -08:00
committed by GitHub
parent 631c9924cf
commit 780626ee36
6 changed files with 1 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
webbrowser.MacOSX.__init__
# Doesn't exist on macos:
spwd
_msi

View File

@@ -1,5 +1,3 @@
webbrowser.MacOSX.__init__
# Doesn't exist on macos:
spwd
_msi

View File

@@ -1,5 +1,3 @@
webbrowser.MacOSX.__init__
# Doesn't exist on macos:
spwd
_msi

View File

@@ -1,5 +1,3 @@
webbrowser.MacOSX.__init__
# Doesn't exist on macos:
spwd
_msi

View File

@@ -1,5 +1,3 @@
webbrowser.MacOSX.__init__
# Doesn't exist on macos:
spwd
_msi

View File

@@ -66,6 +66,7 @@ if sys.platform == "darwin":
if sys.version_info < (3, 13):
@deprecated("Deprecated in 3.11, to be removed in 3.13.")
class MacOSX(BaseBrowser):
def __init__(self, name: str) -> None: ...
def open(self, url: str, new: int = 0, autoraise: bool = True) -> bool: ...
class MacOSXOSAScript(BaseBrowser): # In runtime this class does not have `name` and `basename`