cpython/Lib/pathlib
Barney Gale 7e31d6dea2
gh-88569: add `ntpath.isreserved()` (#95486)
Add `ntpath.isreserved()`, which identifies reserved pathnames such as "NUL", "AUX" and "CON".

Deprecate `pathlib.PurePath.is_reserved()`.

---------

Co-authored-by: Eryk Sun <eryksun@gmail.com>
Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
2024-01-26 18:14:24 +00:00
..
__init__.py gh-88569: add `ntpath.isreserved()` (#95486) 2024-01-26 18:14:24 +00:00
_abc.py GH-73435: Add `pathlib.PurePath.full_match()` (#114350) 2024-01-26 01:12:46 +00:00