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
bpo-35843: Implement __getitem__ for _NamespacePath #11690
bpo-35843: Implement __getitem__ for _NamespacePath #11690
Conversation
LGTM. I re run the sample used on bpo https://bugs.python.org/issue35843 and have the expected behavior.
5550ff6
to
0de7e75
Compare
@serhiy-storchaka should be good to review again -- thanks for the tip |
I can say nothing about whether this idea is good or bad. But technically this PR looks correct. |
I'm blocking this to see if any other core devs have an opinion on this on the issue tracker, otherwise it LGTM! |
@brettcannon given the +1 in the bpo issue I think this is good to go |
@asottile that's the plan |
Thanks, @asottile ! |
No description provided.