diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-11-20 09:04:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 09:04:38 (GMT) |
commit | 6c51c84b39f210668fbfacce9e49bff3e2fbe3a7 (patch) | |
tree | 41c5dd6c723a47f999c64bd81b1cc8a2fc193c06 /Misc | |
parent | f6e11eab491b63ded24607a28cf53be056bdb926 (diff) | |
download | cpython-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.rst | 2 |
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__`. |