mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
5387744d36
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. |
||
---|---|---|
.. | ||
__init__.py | ||
ar.py | ||
archquery.py | ||
cpio.py | ||
debquery.py | ||
packagequery.py | ||
repodata.py | ||
rpmquery.py | ||
safewriter.py |