i18n: use array.tobytes on py3
array.tostring was deprecated in Python 3 and removed in 3.9 where i18n/msgfmt.py as invoked from 'setup.py build' would fail with: AttributeError: 'array.array' object has no attribute 'tostring' --HG-- branch : stable
Showing