Mercurial > evolve
comparison setup.py @ 4745:854637e3d2d0
py3: use array.array.{to,from}bytes() on py3
array.array.{to,from}string() still exists on py3, but they're
deprecated and generate warnings.
I've put the compat function in compat.pt for now. We can move into a
dedicated pycompat.py if we end up with a lot of py3 compat stuff.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 09 Jul 2019 10:56:42 -0700 |
parents | efac9aad0963 |
children | 9f2e480ad786 |
comparison
equal
deleted
inserted
replaced
4744:45afcbfea417 | 4745:854637e3d2d0 |
---|