summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-05-25-23-34-54.gh-issue-103631.x5Urye.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-131-2/+0
|
* GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling ↵Barney Gale2023-05-261-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>