Support python 3 in the redmine downloader#8
Open
aurelien-naldi wants to merge 1 commit intoIQSS:masterfrom
Open
Support python 3 in the redmine downloader#8aurelien-naldi wants to merge 1 commit intoIQSS:masterfrom
aurelien-naldi wants to merge 1 commit intoIQSS:masterfrom
Conversation
Member
|
@aurelien-naldi hi! Thanks for the pull request! Do you have any interest in becoming the maintainer of this code? |
Author
|
It turns out that the github part of the scripts can not be directly ported to python 3 as pygithub3 has a completely different API for python 3 than for python 2... Thanks for the offer to maintain the project, but I don't think I will follow it for very long: for me like for most potential users (I imagine), it is a one shot operation only. |
Member
|
Yeah, I agree that it's a one shot operation. Good luck with your migration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The title said it all: two lines had to be changed to run with python 3 (it should still work with 2.7)