Wykres commitów

2 Commity (d5e5c4a707b898e56c48965693b7589ee9fbc68e)

Autor SHA1 Wiadomość Data
Brian Pugh d5e5c4a707 python-stdlib/pathlib: Add __rtruediv__ magic method to pathlib.Path 2023-05-19 09:10:09 -07:00
Brian Pugh 0051a5ef50 pathlib: Add initial pathlib implementation.
This adds most of the common functionality of pathlib.Path.

The glob functionality could use some work; currently it only supports a
single "*" wildcard; however, this is the vast majority of common use-cases
and it won't fail silently if non-supported glob patterns are provided.
2022-11-17 14:26:33 +11:00