Re: os.symlink()

2008-07-28 Thread Grant Edwards
On 2008-07-28, Nikolaus Rath <[EMAIL PROTECTED]> wrote: > 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 s

Re: os.symlink()

2008-07-28 Thread Nikolaus Rath
"Diez B. Roggisch" <[EMAIL PROTECTED]> writes: > Nikolaus Rath wrote: > >> 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 confusin

Re: os.symlink()

2008-07-28 Thread Diez B. Roggisch
Nikolaus Rath wrote: > 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 poi