Skip to content

Commit 66b2120

Browse files
committed
feat: add note about subclassing
1 parent b2e526e commit 66b2120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

silverback/_build_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"""
1616

1717

18+
# Note: Python3.12 supports subclassing pathlib.Path
1819
class BasePath(Path):
1920
_flavour = type(Path())._flavour
2021
_parse_args = type(Path())._parse_args

0 commit comments

Comments
 (0)