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

Script compatible with Python 3 #8

Merged
merged 1 commit into from Jul 30, 2015
Merged

Conversation

Trilarion
Copy link
Contributor

  • explicit imports of symbols from different packages (urllib, ...)
  • different built-ins (input, raw_input)
  • some explicit lists
  • print as a function
  • explicit encoding and decoding in json.load
  • fixed bug in request (if _retry must be part of except)
  • tested on Python 2.7 and 3.4 on Windows

used 2to3, http://python3porting.com/stdlib.html and stackoverflow

eddie3 added a commit that referenced this pull request Jul 30, 2015
Merge PR from Trilarion(thanks!) to make gogrepo.py compatible with Python 3
@eddie3 eddie3 merged commit 6f74c30 into eddie3:master Jul 30, 2015
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