Temp.link is a Symbolic link
Its target location is C:\test\test1
But
>>> os.path.realpath(r'C:\Users\SAMSUNG\Temp.link\test2')
'C:\\Users\\SAMSUNG\\Temp.link\\test2'
I thought the return value should be ' C:\\test\\test1\\test2'
Is it a bug ? anyone can clear it to me ?
-- http://mail.python.org/mailman/listinfo/python-list