Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36307 > unrolled thread
| Started by | Victor Stinner <victor.stinner@gmail.com> |
|---|---|
| First post | 2013-01-07 00:40 +0100 |
| Last post | 2013-01-07 01:13 -0800 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: os.path.realpath(path) bug on win7 ? Victor Stinner <victor.stinner@gmail.com> - 2013-01-07 00:40 +0100
Re: os.path.realpath(path) bug on win7 ? iMath <redstone-cold@163.com> - 2013-01-07 01:13 -0800
Re: os.path.realpath(path) bug on win7 ? iMath <redstone-cold@163.com> - 2013-01-07 01:13 -0800
| From | Victor Stinner <victor.stinner@gmail.com> |
|---|---|
| Date | 2013-01-07 00:40 +0100 |
| Subject | Re: os.path.realpath(path) bug on win7 ? |
| Message-ID | <mailman.199.1357515609.2939.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
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\test2') > '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 > >
[toc] | [next] | [standalone]
| From | iMath <redstone-cold@163.com> |
|---|---|
| Date | 2013-01-07 01:13 -0800 |
| Message-ID | <e924fb9f-4409-4a49-a356-22205cbd58c3@googlegroups.com> |
| In reply to | #36307 |
在 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\test2') > '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
[toc] | [prev] | [next] | [standalone]
| From | iMath <redstone-cold@163.com> |
|---|---|
| Date | 2013-01-07 01:13 -0800 |
| Message-ID | <mailman.210.1357550728.2939.python-list@python.org> |
| In reply to | #36307 |
在 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\test2') > '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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web