Closes #25795: Merge with 3.5

This commit is contained in:
Zachary Ware 2015-12-04 23:33:59 -06:00
commit 2d2af91da0
8 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,7 @@
# Check every path through every method of UserDict
from test import support, mapping_tests
import unittest
import collections
d0 = {}