[Tutor] python equivalent of perl readlink()?
Alan Gauld
alan.gauld at btinternet.com
Mon Oct 16 10:33:09 CEST 2006
"Bill Campbell" <bill at celestial.net> wrote in message >> The
function is in the os module ([2]
>> http://docs.python.org/lib/os-file-dir.html).
>
> Silly me. I was looking in the os.path module :-).
Yes, its confusing/. One thing that should be rationalised IMHO
is the various os modules.There are os, os.path, shutil, and now
subprocess too.
Alll doing things vaguely related to os type things. A re-org to
make them more consistent would be good, but unfortunately
would probably break lots of code!
Alan G.
More information about the Tutor
mailing list