gecko-dev/testing/mozbase/moznetwork
Makoto Kato 598f77baca Bug 1656412 - moznetwork isn't compatible with Python 3. r=ahal
After landing bug 1638963, geckoview-junit is Python 3 compatible. But
moznetwork isn't still compatible with Python 3 although bug 1428711 is fixed.

According to https://docs.python.org/3/library/array.html,

- `names = array.array('B', '\0' * bytes)` isn't compatible with Python 3.
- `names.tostring()` returns byte array on Python 3 and this is deprecated.

Differential Revision: https://phabricator.services.mozilla.com/D85526
2020-08-05 14:54:09 +00:00
..
moznetwork Bug 1656412 - moznetwork isn't compatible with Python 3. r=ahal 2020-08-05 14:54:09 +00:00
tests
setup.py Bug 1621106 - Bump minor version for mozbase modules depending on mozlog 6.0 and/or mozcrash 2.0; r=wlach 2020-03-10 13:05:13 +00:00