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

Small changes to make it work on Windows #8

Merged
merged 2 commits into from
Aug 31, 2017

Conversation

tweber36
Copy link
Collaborator

@tweber36 tweber36 commented Aug 31, 2017

Two changes:
1/ see #7: os.path doesn't use a valid separator on windows to construct an url.
Use of urllib instead.

2/ test_time was raising an AttributeError because of signal.SIGALRM, which doesn't exist on windows.
Small tweak to make the test not care if there is no SIGALRM.

@ewjoachim
Copy link
Owner

That seems great ! If I had an "AUTHORS" file, I'd suggest to add you it it, but I don't even have this... This project clearly needs a bit of work 😅

Note : if you just use # and the id of the issue without the word 'Issue', like this : #7 , then github auto-links to the issue, and pings the issue with a back-link to this PR :)

Copy link
Owner

@ewjoachim ewjoachim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ewjoachim ewjoachim merged commit 12eb093 into ewjoachim:master Aug 31, 2017
@tweber36 tweber36 deleted the winfix branch September 1, 2017 09:44
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

2 participants