Message108205
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 |
|
| Date |
User |
Action |
Args |
| 2010-06-19 18:58:35 | l0nwlf | set | recipients:
+ l0nwlf, loewis, ezio.melotti, dirlt, BreamoreBoy |
| 2010-06-19 18:58:35 | l0nwlf | set | messageid: <[email protected]> |
| 2010-06-19 18:58:33 | l0nwlf | link | issue4654 messages |
| 2010-06-19 18:58:32 | l0nwlf | create | |
|