]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
authorRichard Levasseur <richardlev@gmail.com>
Sat, 21 Nov 2020 19:56:24 +0000 (11:56 -0800)
committerGitHub <noreply@github.com>
Sat, 21 Nov 2020 19:56:24 +0000 (11:56 -0800)
commit68f68fa423739802fce37589ee77683c42ddb933
tree458cca02b378a00cf1c71b15ace19c90ffee1fbd
parentea97ebab3578a6e0bb505da96819ac44d422a6cb
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
Doc/library/collections.abc.rst
Lib/test/test_collections.py