modernize icon indicating copy to clipboard operation
modernize copied to clipboard

UserDict

Open jayvdb opened this issue 5 years ago • 3 comments

Python 2 UserDict isnt fixed.

jayvdb avatar Jul 19 '20 02:07 jayvdb

six... old new
UserDict UserDict.UserDict collections.UserDict
UserList UserList.UserList collections.UserList
UserString UserString.UserString collections.UserString

graingert avatar Jul 19 '20 14:07 graingert

looks like they were commented out by @brettcannon in https://github.com/python-modernize/python-modernize/commit/39816c9a2e5faf885de7dcc29e7a95226566a4cd#diff-3fdceef3e184860491d74b794f086590R58-R60

graingert avatar Jul 19 '20 14:07 graingert

Ya, futurize also has a half-done approach (based on comments in the code), and broken https://github.com/PythonCharmers/python-future/issues/572 I'm curious about why it has proven to be difficult.

jayvdb avatar Jul 19 '20 14:07 jayvdb