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

Get Python 3 support to alpha status (unit tests run and pass) #98

Closed
svanoort opened this issue Oct 11, 2015 · 1 comment
Closed

Get Python 3 support to alpha status (unit tests run and pass) #98

svanoort opened this issue Oct 11, 2015 · 1 comment

Comments

@svanoort
Copy link
Owner

Requires python 3.3+ because of back-compatibility support there.

Many potential issues were fixed for 1.6 release (especially around modules and removed features) and tests will at least run mostly.

Here's what's left:

  • Many ugly dependencies on unicode type (encoding/decoding to it aggressively, sigh). - solved
    • Mostly in parsing/config handling logic, so the refactoring in 1.7.x will reduce this. - it did
  • mock.assert_any_call broken for some reason - *
  • Subtle issues with use of map/lambda in the math sections of benchmark (Python 3 map function now returns an iterable, not a concrete list). - solved
  • New - can't make the TestFailure objects resolve to false (functional test error)
    • Needs a unit test
  • New - header parsing: 'str' does not support the buffer interface
    • Needs a unit test
@svanoort svanoort added the epic label Oct 11, 2015
@svanoort svanoort added this to the 1.7.0 - Python 3 + Parsing/Configuration Internals milestone Oct 11, 2015
@svanoort
Copy link
Owner Author

Completed by parsing refactors, culminating with ae0ef7f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant