]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 16 Nov 2017 07:16:24 +0000 (09:16 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2017 07:16:24 +0000 (09:16 +0200)
commit0a2abdfca2495291809855cf7dfc6721c9c962e3
tree7eabd56d628252e631bc5f44dc9e4e78bd764945
parenta7368ac6360246b1ef7f8f152963c2362d272183
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#1262)

from collections.abc rather than collections.
Doc/library/2to3.rst
Lib/lib2to3/fixes/fix_operator.py
Lib/lib2to3/tests/test_fixers.py
Misc/NEWS.d/next/Library/2017-10-12-19-05-54.bpo-30143.25_hU1.rst [new file with mode: 0644]