Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36230
| From | "iMath" <2281570025@qq.com> |
|---|---|
| Subject | os.path.realpath(path) bug on win7 ? |
| Date | 2013-01-06 14:55 +0800 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.157.1357455435.2939.python-list@python.org> (permalink) |
<div><div> <img src="file:///C:\Documents and Settings\Administrator\Application Data\Tencent\Users\2281570025\QQ\WinTemp\RichOle\K`L`ZN}J0DD_~OZ~Z}]4Z9S.jpg">os.path.realpath(path) bug on win7 ?</div><div><br>Temp.link is a Symbolic link<br>Its target location is C:\test\test1<br>But <br>>>> os.path.realpath(r'C:\Users\SAMSUNG\Temp.link\test2')<br>'C:\\Users\\SAMSUNG\\Temp.link\\test2'<br><br>I thought the return value should be ' C:\\test\\test1\\test2'<br><br>Is it a bug ? anyone can clear it to me ?<br><br></div></div>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
os.path.realpath(path) bug on win7 ? "iMath" <2281570025@qq.com> - 2013-01-06 14:55 +0800
csiph-web