Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserDict #207

Open
jayvdb opened this issue Jul 19, 2020 · 3 comments
Open

UserDict #207

jayvdb opened this issue Jul 19, 2020 · 3 comments

Comments

@jayvdb
Copy link
Member

jayvdb commented Jul 19, 2020

Python 2 UserDict isnt fixed.

@graingert
Copy link
Member

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

@graingert
Copy link
Member

looks like they were commented out by @brettcannon in 39816c9#diff-3fdceef3e184860491d74b794f086590R58-R60

@jayvdb
Copy link
Member Author

jayvdb commented Jul 19, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants