Closed horkhe closed 6 years ago
@mhahnenberg We do not use Python 3 in house so I would appreciate any comments.
@horkhe We also don't yet (we've just begun our journey of which converting flanker is one of the early steps) but I can take a look to try and help 😄
@mhahnenberg then we will probably just accept it as is, and will keep polishing the solution based on the community feedback. @b0d0nne11 any objections?
@horkhe nope. lgtm.
Support for Python 3 was added so that the Python 2 behavior has not changed. As a result Python 3 specific logic may be not that efficient due to extra conversions between text and bytes, but that is intentionally left for future improvements.
Fixes #97