You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 2.7's UserDict.UserDict is not iterable. Python 3's collections.UserDict is iterable. Python 2.7 has a UserDict.IterableUserDict that is iterable, so I think it would be better if six.moves.UserDict pointed to it instead of the other one.
Python 2.7's UserDict.UserDict is not iterable. Python 3's collections.UserDict is iterable. Python 2.7 has a UserDict.IterableUserDict that is iterable, so I think it would be better if six.moves.UserDict pointed to it instead of the other one.