SIGN IN SIGN UP

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.
B
Barney Gale committed
5d8a3e74b51a59752f24cb869e7daa065b673f83
Parent: beb80d1
Committed by GitHub <noreply@github.com> on 1/10/2024, 1:12:58 AM