1
0
mirror of synced 2024-09-22 13:01:43 +02:00
mat2/libmat2
Daniel Kahn Gillmor 4192a2daa3 office: create policy for what to do about unknown members
previously, encountering an unknown member meant that any parser of
this type would abort.

now, the user can set parser.unknown_member_policy to either 'omit' or
'keep' if they don't want the current action of 'abort'

note that this causes pylint to complain about branching depth for
remove_all() because of the nuanced error-handling.  I've disabled
this check.
2018-09-04 16:13:33 -04:00
..
__init__.py Bump the coverage back to 100% 2018-09-01 16:58:34 +02:00
abstract.py three minor spelling fixes 2018-09-01 06:47:22 -07:00
audio.py Improve a bit the formatting of the code thanks to pyflakes3 2018-07-02 00:22:05 +02:00
harmless.py Improve the code's documentation 2018-07-19 23:10:27 +02:00
images.py Add archlinux to the CI 2018-09-01 15:41:22 +02:00
office.py office: create policy for what to do about unknown members 2018-09-04 16:13:33 -04:00
parser_factory.py Improve the detection of unsupported extensions in uppercase 2018-08-23 21:28:37 +02:00
pdf.py Logging cleanup 2018-09-01 05:14:32 -07:00
torrent.py Logging cleanup 2018-09-01 05:14:32 -07:00