@StefanKarpinski Probably not relevant here, but do you look at os.path
or pathlib
? I’ve heard that os.path
has some issues that cannot be fixed due to backward compatibility guarantee. It looks like pathlib
got those things right. PEP 428 – The pathlib module – object-oriented filesystem paths | peps.python.org