K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-05-21T02:13:46.033614Z K 7 svn:log V 265 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 END