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

Make SocksiPy legacy functions kwarg-compatible #71

Merged

Conversation

mleinart
Copy link

@mleinart mleinart commented Mar 7, 2017

Ran across this when trying to use PySocks as a drop-in for SocksiPy. 298d7c9 renamed a bunch of methods and aliased them to their old names, however it changed one of the kwargs for setproxy() and setdefaultproxy() which breaks any invocations explicitly using the old kwargs.

This is pretty minor and I'm unsure if it's worth the trouble to fix so feel free to close if necessary

@Anorov
Copy link
Owner

Anorov commented Mar 8, 2017

Tests are failing. Looks like you forgot self.

@mleinart
Copy link
Author

mleinart commented Mar 8, 2017

Eek! That's what I get for forgetting to check the tab I ran the tests in I guess.

@mleinart mleinart force-pushed the socksipy_compatibility/setdefaultproxy branch from f8e1566 to 08b00ba Compare March 8, 2017 04:04
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

Successfully merging this pull request may close these issues.

2 participants