Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Re: os.path.realpath(path) bug on win7 ? (http://www.velocityreviews.com/forums/t956224-re-os-path-realpath-path-bug-on-win7.html)

Victor Stinner 01-06-2013 11:40 PM

Re: os.path.realpath(path) bug on win7 ?
 
It looks like the following issue:
http://bugs.python.org/issue14094

Victor
Le 6 janv. 2013 07:59, "iMath" <2281570025@qq.com> a écrit :

> os.path.realpath(path) bug on win7 ?
>
> Temp.link is a Symbolic link
> Its target location is C:\test\test1
> But
> >>> os.path.realpath(r'C:\Users\SAMSUNG\Temp.link\test 2')

> '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
>
>



iMath 01-07-2013 09:13 AM

Re: os.path.realpath(path) bug on win7 ?
 
在 2013年1月7日星期一UTC+8上午7时40分06秒 Victor Stinner写道:
> It looks like the following issue:
>
> http://bugs.python.org/issue14094
>
> Victor
>
> Le 6 janv. 2013 07:59, "iMath" <22815...@qq.com> a écrit*:
>
>
>
>
> os.path.realpath(path)**bug*on*win7*?
>
> Temp.link*is*a*Symbolic*link
> Its*target*location*is*C:\test\test1
> But*
> >>>*os.path.realpath(r'C:\Users\SAMSUNG\Temp.link\test 2')

> '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

perhaps it is

iMath 01-07-2013 09:13 AM

Re: os.path.realpath(path) bug on win7 ?
 
在 2013年1月7日星期一UTC+8上午7时40分06秒 Victor Stinner写道:
> It looks like the following issue:
>
> http://bugs.python.org/issue14094
>
> Victor
>
> Le 6 janv. 2013 07:59, "iMath" <22815...@qq.com> a écrit*:
>
>
>
>
> os.path.realpath(path)**bug*on*win7*?
>
> Temp.link*is*a*Symbolic*link
> Its*target*location*is*C:\test\test1
> But*
> >>>*os.path.realpath(r'C:\Users\SAMSUNG\Temp.link\test 2')

> '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

perhaps it is


All times are GMT. The time now is 02:28 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57