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

Updated six to version 1.10.0 #1709

Merged
merged 1 commit into from
Jun 7, 2016
Merged

Updated six to version 1.10.0 #1709

merged 1 commit into from
Jun 7, 2016

Conversation

hudcoley
Copy link
Contributor

@hudcoley hudcoley commented Jun 6, 2016

Description

Updated six.py from v1.9.0 to v.1.10.0

Motivation and Context

Six v.1.9.0 imports the _winreg module, which only works on Windows, and results in an ImportError when running on Linux machines. Six v.1.10.0 fixes that.

Have you tested this? If so, how?

I have run my code and it works. I was only running into problems when I tried to use the pinject library, and this fixed my ImportError

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @Tarrasch to be a potential reviewer

@dlstadther
Copy link
Collaborator

resolves #1706

@dlstadther
Copy link
Collaborator

There are quite a number of newline additions. Did you modify the six.py module from Pypi, or is this the original?

@hudcoley
Copy link
Contributor Author

hudcoley commented Jun 6, 2016

I did not modify anything. This should be the original

@codecov-io
Copy link

Current coverage is 76.10%

Merging #1709 into master will decrease coverage by 2.69%

@@             master      #1709   diff @@
==========================================
  Files            94         94          
  Lines         10300      10300          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           8115       7838   -277   
- Misses         2185       2462   +277   
  Partials          0          0          

Powered by Codecov. Last updated by 61c7f72...669478f

@Tarrasch Tarrasch merged commit 690d136 into spotify:master Jun 7, 2016
@Tarrasch
Copy link
Contributor

Tarrasch commented Jun 7, 2016

Thanks!

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.

5 participants