summaryrefslogtreecommitdiff
path: root/linuxnamespaces/atlocation.py
AgeCommit message (Collapse)Author
2024-02-21revoke the false promise that bytes would be convertible to PathHelmut Grohne
pathlib.Path(somebytes) fails. Hence bytes is not actually convertible and should not be included in PathConvertible. Then, we can simplify matters in quite a few places by knowing that the thing we work with is not bytes.
2024-01-18initial checkinHelmut Grohne