1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 05:58:43 +02:00
Files
github.com_openSUSE_osc/osc
Marcus Huewe 6fdce86fc9 Port the ar module to python3
Since an ar archive can contain arbitary filenames (that is a
filename can be an invalid utf-8 encoding (for instance,
"foo\xff\xffbar")), the ar module provides a bytes only API. A
user can decode filenames as she wishes.
Note: if a "fn" parameter is passed to Ar.__init__ it should be a
bytes (a str is also ok, but then be aware that an ArError's file
attribute might be a str or a bytes).
2019-01-15 17:18:37 +01:00
..
2019-01-15 17:18:37 +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
2018-11-06 10:35:38 +01:00
2018-05-08 14:32:33 +02:00