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
"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
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