Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-03 | implement repr for AtLocation | Helmut Grohne | |
2024-02-25 | spell check | Helmut Grohne | |
2024-02-21 | revoke the false promise that bytes would be convertible to Path | Helmut 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-18 | initial checkin | Helmut Grohne | |