os.symlink()

Nikolaus Rath Nikolaus at rath.org
Mon Jul 28 05:31:29 EDT 2008


Hello,

>From `pydoc os`:

    symlink(...)
        symlink(src, dst)
        
        Create a symbolic link pointing to src named dst.


Is there any reason why this is so deliberately confusing? Why is the
target of the symlink, the think where it points *to*, called the
`src`? It seems to me that the names of the parameters should be
reversed.



Puzzled,        

   -Nikolaus

-- 
 »It is not worth an intelligent man's time to be in the majority.
  By definition, there are already enough people to do that.«
                                                         -J.H. Hardy

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C




More information about the Python-list mailing list