]> git.k1024.org Git - pylibacl.git/commit
Add pathlib support in apply_to and has_extended
authorIustin Pop <iustin@k1024.org>
Wed, 27 Nov 2019 22:04:05 +0000 (23:04 +0100)
committerIustin Pop <iustin@k1024.org>
Wed, 27 Nov 2019 22:04:05 +0000 (23:04 +0100)
commit72f37a88565370abeee3e523a123099d468cc0b4
treeafb0be5fa99b00b7dc8b8e4e43b9abbb4025ce44
parent3c2bc578613ceefb7f57c4408fe0846c27eec074
Add pathlib support in apply_to and has_extended

This is done by switching these functions to PyUnicode_FSConverter,
thus removing a chunk of custom, and probably buggy, code. Easier to
read as well…
NEWS
acl.c
tests/test_acls.py