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

Fix connection error-handling code on Python 3 #616

Closed
wants to merge 1 commit into from

Conversation

nchammas
Copy link

@nchammas nchammas commented Nov 8, 2015

Convert the dictionary view returned by errors.keys() to a list. Thanks to @edk0 for pointing this out.

Fixes #615.

@nchammas
Copy link
Author

nchammas commented Nov 8, 2015

The 3.5 build fail doesn't seem related to this PR, and likely is part of the problem described in #612.

@bitprophet
Copy link
Member

UGH I was worried the Travis problems would mask real Python 3 errors, and surprise! Thanks for catching this.

@bitprophet bitprophet added this to the 1.16.1 milestone Nov 9, 2015
@nchammas nchammas changed the title Fix connection error-handing code on Python 3 Fix connection error-handling code on Python 3 Nov 24, 2015
@Glueon
Copy link

Glueon commented Dec 21, 2015

@bitprophet what the state is this commit in? Are we waiting for you to review it or there is something we can do?

I really thought this PR is related to my bug, but posted an issue anyway. Just in case.

@bitprophet
Copy link
Member

Oh, I failed to notice this got fixed in #679 which I just merged. Should be good now. Thanks!

@bitprophet bitprophet closed this Apr 24, 2016
@nchammas nchammas deleted the patch-1 branch April 24, 2016 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants