commit | 27728cd7bd43e4fc9fdf41e669f901738e50d8d0 | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Mon Nov 12 14:06:35 2018 -0500 |
committer | GitHub <noreply@github.com> | Mon Nov 12 14:06:35 2018 -0500 |
tree | 3e30ff701ba22258db16870a064fdfb4aa395cf5 | |
parent | 3ba7d59b03c9d8c187768c9ab7f013f979b72b76 [diff] |
Import stdlib ABCs from 'collections.abc' rather than 'collections'. (#6451) On Python 2.7, fall back to 'collections'. Closes #6450.