Alexandros Tzannes

Results 8 comments of Alexandros Tzannes

Hi @jeremycline thanks for the feedback. Which API is broken in v2 by this change? Are you refering to `get_gonnection` in adapters.py which now takes two additional optional arguments, or...

ok, great! I wasn't sure whether `cert_verify` was treated as public given the comment saying "This method should not be called from user code." Having played around with it a...

@jeremycline I know you contributed the PR where I got most of the unit-tests from for this PR. And I was happy to see that the solution I had come...

@nateprewitt @Lukasa gentle ping. This is an API-compatible backport of @jeremycline's great fix for issue #4391. - Added `_build_conn_kwargs` which mirrors what `cert_verify` does, but instead of modifying the `conn`...

[Is there anybody out there?](https://www.youtube.com/watch?v=fNLhxKpfCnA)

Actually, it might be better to use `__alternative__` instead, because `__name__` already has a meaning in python. And it might be preferable to keep `alt.Name` for backwards compatibility.

I'll try to take a cut at this next month when I have a bit more time. Just to make sure I understood correctly, you are referring to the `RuntimeError:...

Great, thank you for the feedback. I will certainly keep this as a future weekend project. Unfortunately, the need is not pressing to justify spending work time on it, and...