Skip to content

Fix issue #27 #33

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

Merged
merged 1 commit into from
Mar 10, 2020
Merged

Fix issue #27 #33

merged 1 commit into from
Mar 10, 2020

Conversation

jsikorsky
Copy link
Contributor

os.uname() is not available on all platforms, particularily
Windows. sys.platform contains almost the same information
and is available on all platforms where I was able to test:

  • linux x86
  • linux ppc64le
  • AIX
  • Windows x86
  • ESP8266

os.uname() is not available on all platforms, particularily
Windows. sys.platform contains almost the same information
and is available on all platforms where I was able to test:
  - linux x86
  - linux ppc64le
  - AIX
  - Windows x86
  - ESP8266
@vshymanskyy vshymanskyy merged commit f6fc97b into vshymanskyy:master Mar 10, 2020
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