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

On Windows, turn port into an integer #141

Closed
wants to merge 3 commits into from

Conversation

digitalresistor
Copy link
Member

We can't use service names instead of port numbers on Windows, so
attempt to turn the port into an integer. If unable to do so, raise an
error.

Requires #140 as well...

Closes #139

We can't use service names instead of port numbers on Windows, so
attempt to turn the port into an integer. If unable to do so, raise an
error.
However Python 3 apparently does, since we have a test for this, and
upon changing things tests started failing on Python 3 on Windows.
@digitalresistor
Copy link
Member Author

Merged this PR into #140.

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.

None yet

1 participant