]> granicus.if.org Git - python/commitdiff
[3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106)
authorterryjreedy <tjreedy@udel.edu>
Sun, 11 Jun 2017 10:12:31 +0000 (06:12 -0400)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 10:12:31 +0000 (06:12 -0400)
Part of patch by Serhiy Storchaka.
(cherry-pick from 2e576f5)

Lib/idlelib/pyparse.py

index 6739dfd1a07a6be70d0fa36647e4afc54ac7fd1e..536b2d7f5fef73c28ef8acf69add8df38ff0f4b4 100644 (file)
@@ -1,4 +1,4 @@
-from collections import Mapping
+from collections.abc import Mapping
 import re
 import sys