]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Squash deprecation warning related to array.array(..).tostring()
authorngie <ngie@FreeBSD.org>
Tue, 21 May 2019 02:13:46 +0000 (02:13 +0000)
committerngie <ngie@FreeBSD.org>
Tue, 21 May 2019 02:13:46 +0000 (02:13 +0000)
commitbb62553aa37decccc49fb96cbdb22f76f7ca7dc7
tree289572f58ff7f913384042423d2eabcbc74fd19d
parent858043dc8f3f3d4724e0a3c107e23a65b2f94990
Squash deprecation warning related to array.array(..).tostring()

In version 3.2+, `array.array(..).tostring()` was renamed to
`array.array(..).tobytes()`. Conditionally call `array.array(..).tobytes()` if
the python version is 3.2+.

PR: 237403
MFC after: 1 week
tests/sys/opencrypto/cryptodev.py