cpython/Lib/test/test_pathlib
Barney Gale 5d8a3e74b5
pathlib ABCs: Require one or more initialiser arguments (#113885)
Refuse to guess what a user means when they initialise a pathlib ABC
without any positional arguments. In mainline pathlib it's normalised to
`.`, but in the ABCs this guess isn't appropriate; for example, the path
type may not represent the current directory as `.`, or may have no concept
of a "current directory" at all.
2024-01-10 01:12:58 +00:00
..
__init__.py
test_pathlib.py GH-113528: Deoptimise `pathlib._abc.PurePathBase` (#113559) 2024-01-09 23:52:15 +00:00
test_pathlib_abc.py pathlib ABCs: Require one or more initialiser arguments (#113885) 2024-01-10 01:12:58 +00:00