Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36230 > unrolled thread

os.path.realpath(path) bug on win7 ?

Started by"iMath" <2281570025@qq.com>
First post2013-01-06 14:55 +0800
Last post2013-01-06 14:55 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  os.path.realpath(path)  bug on win7 ?   "iMath" <2281570025@qq.com> - 2013-01-06 14:55 +0800

#36230 — os.path.realpath(path) bug on win7 ?

From"iMath" <2281570025@qq.com>
Date2013-01-06 14:55 +0800
Subjectos.path.realpath(path) bug on win7 ?
Message-ID<mailman.157.1357455435.2939.python-list@python.org>
<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)&nbsp;&nbsp;bug&nbsp;on&nbsp;win7&nbsp;?</div><div><br>Temp.link&nbsp;is&nbsp;a&nbsp;Symbolic&nbsp;link<br>Its&nbsp;target&nbsp;location&nbsp;is&nbsp;C:\test\test1<br>But&nbsp;<br>&gt;&gt;&gt;&nbsp;os.path.realpath(r'C:\Users\SAMSUNG\Temp.link\test2')<br>'C:\\Users\\SAMSUNG\\Temp.link\\test2'<br><br>I&nbsp;thought&nbsp;the&nbsp;return&nbsp;value&nbsp;should&nbsp;be&nbsp;'&nbsp;C:\\test\\test1\\test2'<br><br>Is&nbsp;it&nbsp;a&nbsp;bug&nbsp;?&nbsp;anyone&nbsp;can&nbsp;clear&nbsp;it&nbsp;to&nbsp;me&nbsp;?<br><br></div></div>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web