]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-114552: Update `__dir__` method docs: it allows returning an iterable ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Feb 2024 08:50:31 +0000 (09:50 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 08:50:31 +0000 (08:50 +0000)
commit7cc205872dd69bc720b98f0d9fefb752093d656f
treee2a03e4e30ae7ff3dabf648c2eda1ceac53e9b03
parent321ec5e0fe87220c5ed5711926bb0212f963e5fd
[3.12] gh-114552: Update `__dir__` method docs: it allows returning an iterable (GH-114662) (#115234)

gh-114552: Update `__dir__` method docs: it allows returning an iterable (GH-114662)
(cherry picked from commit e19103a346f0277c44a43dfaebad9a5aa468bf1e)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/reference/datamodel.rst
Lib/test/test_builtin.py