Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Change / to // (integer division) in test_buf.py #16

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

Merged
merged 1 commit into from
Jun 16, 2014

Conversation

msabramo
Copy link
Contributor

This fixes (the last!) test failure in Python 3, which uses "true division" for /

$ tox
...
  py26: commands succeeded
  py27: commands succeeded
  py33: commands succeeded
  py34: commands succeeded
  congratulations :)

This fixes (the last!) test failure in Python 3, which uses
"true division" for /
@msabramo
Copy link
Contributor Author

And with this, the tests should start passing on Python 3!!!

😄

msabramo added a commit that referenced this pull request Jun 16, 2014
Change / to // (integer division) in test_buf.py
@msabramo msabramo merged commit afa2368 into master Jun 16, 2014
@msabramo msabramo deleted the use_integer_division_in_tests branch June 16, 2014 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant