Commit 2529dad
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
2 files changed
Lines changed: 824 additions & 850 deletions
0 commit comments