Bad docs for os.path.isabs()

Frank Bechmann fBechmann at web.de
Mon Nov 10 08:12:11 EST 2003


IIRC (I currently have no DOS console at hand) even this is wrong:

"Return True if path is not relative to the current working
directory."

because the case "D:xyz" means a path relative to current path on
drive D: which is eventually not the same as the current working
directory.




More information about the Python-list mailing list