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

Completed support for Python 3 #95

Merged
merged 4 commits into from Oct 12, 2018

Conversation

KonstantinShemyak
Copy link
Contributor

@KonstantinShemyak KonstantinShemyak commented Oct 12, 2018

This PR finishes Py3 support. While the merged #94 handled "incoming" text/binary data conversions, this one handles "outgoing".

Differently from what I proposed previously in #89 , this PR does not reduce function interfaces not to handle streams. This results in much smaller changes to the existing code.

Closes #53.

To sort manifest entries (which are entries of OrderedDict), an explicit
ordering must be defined in Python 3.
See https://docs.python.org/3/whatsnew/3.0.html#ordering-comparisons
This makes classdiff, distdiff and jardiff tests pass under Python 3.
This makes all test pass in Python 3.
- Travis CI tests for Python 3 added
- Trove classifier in setup.py updated
- README.md indicates support for Python 2.7, 3,5 and 3.6
@obriencj obriencj merged commit 525affe into obriencj:master Oct 12, 2018
@KonstantinShemyak KonstantinShemyak deleted the write-manifest branch October 12, 2018 14:11
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