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


Groups > comp.lang.python > #36332

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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <redstone-cold@163.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.036
X-Spam-Evidence '*H*': 0.93; '*S*': 0.01; 'subject:bug': 0.05; 'issue:': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python- list': 0.10; "skip:' 30": 0.15; 'cc:name:python list': 0.16; 'skip:> 50': 0.16; '\xc3\xa9crit\xc2\xa0:': 0.16; '8bit%:3': 0.17; 'skip:i 40': 0.17; 'subject:) ': 0.20; 'url:bugs': 0.24; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; '8bit%:25': 0.29; 'url:mailman': 0.29; 'subject: ?': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:google.com': 0.34; 'received:209.85': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'url:mail': 0.40; '8bit%:20': 0.62; '2013': 0.84; '8bit%:24': 0.84; 'subject:skip:o 10': 0.84; 'victor': 0.84; '8bit%:56': 0.91; '8bit%:42': 0.95
Newsgroups comp.lang.python
Date Mon, 7 Jan 2013 01:13:31 -0800 (PST)
In-Reply-To <mailman.199.1357515609.2939.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=112.115.7.243; posting-account=Z1-aQQoAAADvnuKxr9sysEiuPIcBNfjX
References <tencent_6C37ED3974F3E81C56E5D98D@qq.com> <mailman.199.1357515609.2939.python-list@python.org>
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-IP 112.115.7.243
MIME-Version 1.0
Subject Re: os.path.realpath(path) bug on win7 ?
From iMath <redstone-cold@163.com>
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc Python List <python-list@python.org>, iMath <2281570025@qq.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Message-ID <mailman.210.1357550728.2939.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357550728 news.xs4all.nl 6959 [2001:888:2000:d::a6]:46348
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36332

Show key headers only | View raw


在 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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

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

csiph-web