Skip to content

Avoiding Python 3.6 bug #25

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

Closed
wants to merge 1 commit into from
Closed

Conversation

mshirinyan
Copy link

Python 3.6 on Windows has a bug when timestamps below 86400 result in the following issue:
OSError: [Errno 22] Invalid argument

Bug details: https://bugs.python.org/issue29097

Python 3.6 on Windows has a bug when timestamps below 86400 result in the following issue:
OSError: [Errno 22] Invalid argument

Bug details: https://bugs.python.org/issue29097
@jleclanche
Copy link
Member

Yeah... I'm not merging that, sorry. I simply don't care about Windows... but I did poke that issue a couple of months ago to see if the PR can land. You can try to poke python/cpython#2385 to get it in Python 3.7.

@jleclanche jleclanche closed this Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants