modernize
modernize copied to clipboard
UserDict
| six... | old | new |
|---|---|---|
| UserDict | UserDict.UserDict | collections.UserDict |
| UserList | UserList.UserList | collections.UserList |
| UserString | UserString.UserString | collections.UserString |
looks like they were commented out by @brettcannon in https://github.com/python-modernize/python-modernize/commit/39816c9a2e5faf885de7dcc29e7a95226566a4cd#diff-3fdceef3e184860491d74b794f086590R58-R60
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.