8000 gh-105545: Remove deprecated `MacOSXOSAScript._name` by sobolevn · Pull Request #105546 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-105545: Remove deprecated MacOSXOSAScript._name #105546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adds Whats New entry
  • Loading branch information
sobolevn committed Jun 9, 2023
commit d27f640042b9afdca7ac1a6fd7267b67b2877c62
1 change: 1 addition & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ Removed
(Contributed by Victor Stinner in :gh:`105382`.)

* Remove deprecated ``webbrowser.MacOSXOSAScript._name`` attribute.
Use ``.name`` attribute instead.
(Contributed by Nikita Sobolev in :gh:`105546`.)


Expand Down
0