John Jefferies added the comment:
Hello Tim,
The fact that it works on 64-bit Python obviously reduces the priority.
I will make a point of choosing the 64-bit version in the future.
FWIW. I'm dubious about the problem being solely attributable to WOWs
handling of junctions because my P
John Jefferies added the comment:
On 01/08/2013 12:09, Tim Golden wrote:
> Tim Golden added the comment:
>
> I propose to close this one: using Python 3.3 on Win7 I can successfully stat
> NTFS Junctions. Is there any rem
John Jefferies added the comment:
Yes, thankyou; I missed that. Another search reveals the issue has come up
under 11451 and 1271 at least.
John
--
___
Python tracker
<http://bugs.python.org/issue18
New submission from John Jefferies:
I'm having trouble with a raw string of r'\\?\' as in the following session:
>>> a = r'\\?\'
File "", line 1
a = r'\\?\'
^
SyntaxError: EOL while scanning string literal
John Jefferies added the comment:
On 26/06/2013 13:38, Christian Heimes wrote:
> Christian Heimes added the comment:
>
> On my Windows box (Win 7) I'm getting an error with Python 3.2 and 3.3. It
> looks like I'm not allowed to enter the parent directory (Zugriff verwe
New submission from John Jefferies:
If os.stat is executed on a Windows junction with Python 3.3 I see an exception:
>>> import os
>>> os.stat('C:\Windows\System32\config\systemprofile\SendTo')
Traceback (most recent call last):
File "", line