On 05/02/2018 11:52 AM, Dylan Baker wrote:
Because python2 uses bytes, but python3 uses unicode.
CC: Michel Dänzer
Fixes: d42d909cd754d0e2c41eec60f3a1015f2d882b95
("tests: Add script to find all hand written test files")
---
tests/find_static_tests.py | 11 ++-
1 file changed
Brian, Ilia,
This was the patch I had written.
Dylan
Quoting Dylan Baker (2018-05-02 10:52:47)
> Because python2 uses bytes, but python3 uses unicode.
>
> CC: Michel Dänzer
> Fixes: d42d909cd754d0e2c41eec60f3a1015f2d882b95
>("tests: Add script to find all hand written test files")
> --
Because python2 uses bytes, but python3 uses unicode.
CC: Michel Dänzer
Fixes: d42d909cd754d0e2c41eec60f3a1015f2d882b95
("tests: Add script to find all hand written test files")
---
tests/find_static_tests.py | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/