]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#114662)
authorNikita Sobolev <mail@sobolevn.me>
Sat, 10 Feb 2024 08:34:23 +0000 (11:34 +0300)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 08:34:23 +0000 (08:34 +0000)
commite19103a346f0277c44a43dfaebad9a5aa468bf1e
treebe8b2171da023bf9f748a64be22e45a008fe8ec0
parentb2d9d134dcb5633deebebf2b0118cd4f7ca598a2
gh-114552: Update `__dir__` method docs: it allows returning an iterable (#114662)
Doc/reference/datamodel.rst
Lib/test/test_builtin.py