bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 #27837
Conversation
+------------------------+-----------------------------------------+-------+ | ||
| ``'safari'`` | :class:`MacOSX('safari')` | \(3) | | ||
| ``'safari'`` | :class:`MacOSXOSAScript('safari')` | \(3) | |
This section should be backported
I don't think we can reasonably call renaming MacOSX to MacOSXOSAScript a "backport" of this PR since it is about the deprecation. I'll of course accept PRs to 3.10 and 3.9 that make this doc change.
@@ -143,9 +143,9 @@ for the controller classes, all defined in this module. | |||
+------------------------+-----------------------------------------+-------+ | |||
| ``'windows-default'`` | :class:`WindowsDefault` | \(2) | | |||
+------------------------+-----------------------------------------+-------+ | |||
| ``'macosx'`` | :class:`MacOSX('default')` | \(3) | | |||
| ``'macosx'`` | :class:`MacOSXOSAScript('default')` | \(3) | |
This section should be backported
@ambv Can you please take a look? cc @ned-deily @ronaldoussoren |
See PEP 387 for our deprecation policy.
Misc/NEWS.d/next/Library/2021-08-19-23-49-10.bpo-42255.ofe3ms.rst
Outdated
Show resolved
Hide resolved
When you're done making the requested changes, leave the comment: |
@corona10, please also resolve the conflict with |
I have made the requested changes; please review again |
Thanks for making the requested changes! @ambv: please review the changes made to this pull request. |
@ambv Thanks :) |
https://bugs.python.org/issue42255
The text was updated successfully, but these errors were encountered: