Closed hakril closed 5 months ago
433 tests +5 425 :heavy_check_mark: +36 2m 12s :stopwatch: -32s 1 suites ±0 7 :zzz: - 32 1 files ±0 1 :x: + 1
For more details on these failures, see this check.
Results for commit 529e3a58. ± Comparison against base commit 275d054b.
:recycle: This comment has been updated with latest results.
450 tests 443 :heavy_check_mark: 2m 9s :stopwatch: 1 suites 7 :zzz: 1 files 0 :x:
Results for commit 95c3f816.
:recycle: This comment has been updated with latest results.
450 tests 430 :heavy_check_mark: 1m 55s :stopwatch: 1 suites 20 :zzz: 1 files 0 :x:
Results for commit 95c3f816.
:recycle: This comment has been updated with latest results.
450 tests 422 :heavy_check_mark: 2m 18s :stopwatch: 1 suites 28 :zzz: 1 files 0 :x:
Results for commit 95c3f816.
:recycle: This comment has been updated with latest results.
450 tests 409 :heavy_check_mark: 2m 27s :stopwatch: 1 suites 41 :zzz: 1 files 0 :x:
Results for commit 95c3f816.
:recycle: This comment has been updated with latest results.
450 tests 422 :heavy_check_mark: 2m 5s :stopwatch: 1 suites 28 :zzz: 1 files 0 :x:
Results for commit 95c3f816.
:recycle: This comment has been updated with latest results.
450 tests 443 :heavy_check_mark: 2m 5s :stopwatch: 1 suites 7 :zzz: 1 files 0 :x:
Results for commit 95c3f816.
:recycle: This comment has been updated with latest results.
The goal of this PR is to have full unicode compatibility by using
W
api whenever possible. This results of the use ofunicode
string in python2 &str
in py3.This will also allow to handle process, filenames, certificates & co with unicode name.
This will be merged when no more
A
API are used whereW
exists and when code is tested and pass on both py2 & py3.Still TODO: