Skip to content

Commit 2529dad

Browse files
committed
bpo-24132: refactor pathlib to allow easy subclassing
`PurePath` and `Path` are now just variables pointing at the corresponding classes (resp. PurePosixPath or PureWindowsPath, and PosixPath or WindowsPath) depending on the platform running the code.
1 parent 8534d53 commit 2529dad

File tree

2 files changed

+824
-850
lines changed

2 files changed

+824
-850
lines changed

0 commit comments

Comments
 (0)