Skip to content

Explicit binary reading of files for python3 compatibility

Andrii Salnikov requested to merge andrii/arc:python3-readbytes into master

In python3 files are opened in text mode by default and it is critical to specify 'b' for raw bytes reading.

Merge request reports