summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2021-12-30 01:30:13 (GMT)
committerGitHub <noreply@github.com>2021-12-30 01:30:13 (GMT)
commitd12bec69931503be78cd555cf7bc22ad6f4f2bd5 (patch)
tree5da71de0ca31566290cd80eb2cee9e98676c64cd /Misc/NEWS.d
parent8e11237c5d24e649b26cc928b52bc37f2fde9c7a (diff)
downloadcpython-d12bec69931503be78cd555cf7bc22ad6f4f2bd5.zip
cpython-d12bec69931503be78cd555cf7bc22ad6f4f2bd5.tar.gz
cpython-d12bec69931503be78cd555cf7bc22ad6f4f2bd5.tar.bz2
bpo-43424: Deprecate `webbrowser.MacOSXOSAScript._name` attribute (GH-30241)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2021-12-23-14-36-58.bpo-43424.d9x2JZ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-23-14-36-58.bpo-43424.d9x2JZ.rst b/Misc/NEWS.d/next/Library/2021-12-23-14-36-58.bpo-43424.d9x2JZ.rst
new file mode 100644
index 0000000..aa5f8d4
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-12-23-14-36-58.bpo-43424.d9x2JZ.rst
@@ -0,0 +1 @@
+Deprecate :attr:`webbrowser.MacOSXOSAScript._name` and use ``name`` instead.