summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-11-20 09:04:38 (GMT)
committerGitHub <noreply@github.com>2023-11-20 09:04:38 (GMT)
commit6c51c84b39f210668fbfacce9e49bff3e2fbe3a7 (patch)
tree41c5dd6c723a47f999c64bd81b1cc8a2fc193c06 /Misc
parentf6e11eab491b63ded24607a28cf53be056bdb926 (diff)
downloadcpython-6c51c84b39f210668fbfacce9e49bff3e2fbe3a7.zip
cpython-6c51c84b39f210668fbfacce9e49bff3e2fbe3a7.tar.gz
cpython-6c51c84b39f210668fbfacce9e49bff3e2fbe3a7.tar.bz2
[3.11] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docstrings (GH-112268) (#112276)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-11-19-15-57-23.gh-issue-112266.BSJMbR.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-11-19-15-57-23.gh-issue-112266.BSJMbR.rst b/Misc/NEWS.d/next/Core and Builtins/2023-11-19-15-57-23.gh-issue-112266.BSJMbR.rst
new file mode 100644
index 0000000..18433db
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-11-19-15-57-23.gh-issue-112266.BSJMbR.rst
@@ -0,0 +1,2 @@
+Change docstrings of :attr:`~object.__dict__` and
+:attr:`~object.__weakref__`.