blob: 3fa304be0fa6d48270435a256e251bd51be686d7 (
plain)
1
2
3
4
5
|
Fix :func:`os.path.isabs` incorrectly returning ``True`` when given a path
that starts with exactly one (back)slash on Windows.
Fix :meth:`pathlib.PureWindowsPath.is_absolute` incorrectly returning
``False`` for some paths beginning with two (back)slashes.
|