We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f697cd5 commit 7781033Copy full SHA for 7781033
Doc/library/webbrowser.rst
@@ -205,6 +205,13 @@ Notes:
205
(4)
206
Only on iOS.
207
208
+.. deprecated:: 3.14
209
+ :class:`!MacOSXOSAScript` is deprecated in favour of :class:`!MacOSX`.
210
+ Using :program:`/usr/bin/open` instead of :program:`osascript` is a
211
+ security and usability improvement: :program:`osascript` may be blocked
212
+ on managed systems due to its abuse potential as a general-purpose
213
+ scripting interpreter.
214
+
215
.. versionadded:: 3.2
216
A new :class:`!MacOSXOSAScript` class has been added
217
and is used on Mac instead of the previous :class:`!MacOSX` class.
0 commit comments