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

DM-7245: Port to Python 3 #21

Merged
merged 9 commits into from Aug 20, 2016
Merged

DM-7245: Port to Python 3 #21

merged 9 commits into from Aug 20, 2016

Conversation

timj
Copy link
Member

@timj timj commented Aug 19, 2016

No description provided.

r-owen and others added 7 commits August 17, 2016 08:58
Fix all print function calls in ArgumentParser
to print unicode, since that is required when printing
to a file when running under Python 2
It was a generator after the py3 conversion, which breaks
tests because it has no __len__.
Not sure why this fix works, but it does. It was previously failing
under py.test but passing when run directly.
@@ -1,3 +1,4 @@
from past.builtins import basestring
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to move this to the rest of the imports below.

@r-owen r-owen merged commit 2ef9005 into master Aug 20, 2016
@ktlim ktlim deleted the tickets/DM-7245 branch August 25, 2018 06:50
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

3 participants