Skip to content

Commit d54293f

Browse files
committed
gh-137586: Fix NEWS entry class references with ! prefix to suppress Sphinx lookup
1 parent 6066221 commit d54293f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Add :class:`MacOSX` to :mod:`webbrowser` for macOS, which opens URLs via
1+
Add :class:`!MacOSX` to :mod:`webbrowser` for macOS, which opens URLs via
22
``/usr/bin/open`` instead of piping AppleScript to ``osascript``.
3-
Deprecate :class:`MacOSXOSAScript` in favour of :class:`MacOSX`.
3+
Deprecate :class:`!MacOSXOSAScript` in favour of :class:`!MacOSX`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Fix a PATH-injection vulnerability in :mod:`webbrowser` on macOS where
2-
``osascript`` was invoked without an absolute path. The new :class:`MacOSX`
2+
``osascript`` was invoked without an absolute path. The new :class:`!MacOSX`
33
class uses ``/usr/bin/open`` directly, eliminating the dependency on
44
``osascript`` entirely.

0 commit comments

Comments
 (0)