-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Make our SUFFIX default selection py2/3 compatible #5251
Conversation
I was just wondering if this fix is going to be released and deployed soon? |
@mattpitkin yes, it will go out in next deploy. Probably, next week. |
I'm actually likely going to deploy this today because of another high priority bugfix 👍 |
Great, thanks. I think without this fix it must be breaking quite a few Python 3 builds. |
@mattpitkin should be out now if you want to test. |
Thanks very much. My build gets past the failure that this PR fixed, but then gets the following error:
However, that seems to be a |
Yeah, looks like a |
dict_keys
can be accessed via indexing, so make a list.