1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-16 07:17:16 +01:00
Marcus Huewe 5387744d36 Port CpioWrite to python3
Now, CpioWrite provides a bytes-only API. It would be also possible
that the API accepts bytes and str (we would need to explicitly
encode the latter) but this would be a bit inconsistent wrt.
cpio.CpioRead (which is bytes-only).
Also, by using a bytesarray instead of a [] we avoid several
intermediate ''.join(...)s.
2019-01-15 20:48:42 +01:00
..
2019-01-15 20:48:42 +01:00
2009-12-03 19:19:53 +01:00
2014-08-12 15:01:16 +02:00
2017-06-17 17:40:42 +02:00
2019-01-15 17:22:27 +01:00
2018-11-06 10:35:38 +01:00
2018-05-08 14:32:33 +02:00