Skip to content

first stab at python3 support#36

Closed
johnistan wants to merge 7 commits intoassertpy:masterfrom
johnistan:jdennison/python3
Closed

first stab at python3 support#36
johnistan wants to merge 7 commits intoassertpy:masterfrom
johnistan:jdennison/python3

Conversation

@johnistan
Copy link

There are a couple failing tests in the python 3.4 tox version. Need to discuss. One has to do with reading bytes out of a file, the other, checking for unicode.

Copy link
Author

Choose a reason for hiding this comment

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

the duck type approach is usually taken in python. also file type doesn't exist in py3

Copy link
Contributor

Choose a reason for hiding this comment

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

TODO: need to do something different here (maybe assume UTF-8, or something...)

@saturnboy saturnboy self-assigned this May 9, 2015
@saturnboy
Copy link
Contributor

Thanks John! Python 3 support is in. Should be released in v0.8

@saturnboy saturnboy closed this May 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants