Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3.13.0a1v3.13.0a1 | Thomas Wouters | 2023-10-13 | 1 | -2/+0 |
| | |||||
* | GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling ↵ | Barney Gale | 2023-05-26 | 1 | -0/+2 |
(GH-104949) For backwards compatibility, accept backslashes as path separators in `PurePosixPath` if an instance of `PureWindowsPath` is supplied. This restores behaviour from Python 3.11. Co-authored-by: Gregory P. Smith <greg@krypto.org> |