mirror of
https://github.com/python/cpython
synced 2026-09-27 09:03:17 +03:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _abc.py | ||