This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author l0nwlf
Recipients BreamoreBoy, dirlt, ezio.melotti, l0nwlf, loewis
Date 2010-06-19.18:58:32
SpamBayes Score 0.0002264967
Marked as misclassified No
Message-id <1276973915.66.0.420605987229.issue4654@psf.upfronthosting.co.za>
In-reply-to
Content
No such issue on python 2.6, 2.7, 3.2.

>>> print(os.path.realpath('/Users/l0nwlf/Desktop/tmp/../decotest.lnk'))
/Users/l0nwlf/Desktop/decotest.lnk
I think this issue can be closed.
However, I came with a different issue while testing on 2.6, trunk and 3.2.

>>> print(os.path.realpath('~/Desktop/tmp/../decotest.lnk'))
/Volumes/CoreHD/py3k/~/Desktop/decotest.lnk
History
Date User Action Args
2010-06-19 18:58:35l0nwlfsetrecipients: + l0nwlf, loewis, ezio.melotti, dirlt, BreamoreBoy
2010-06-19 18:58:35l0nwlfsetmessageid: <1276973915.66.0.420605987229.issue4654@psf.upfronthosting.co.za>
2010-06-19 18:58:33l0nwlflinkissue4654 messages
2010-06-19 18:58:32l0nwlfcreate