Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly disallow resource paths starting with single backslash
Previously, such paths were disallowed implicitly as they were treated as Windows absolute paths. Since Python 3.13, paths starting with a single backslash are not considered Windows-absolute, so we treat them specially. This change makes the existing doctest pass with Python 3.13. Partially fixes #4196
- Loading branch information