This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients aheejin, tim.golden
Date 2010-08-12.14:04:32
SpamBayes Score 0.0001489944
Marked as misclassified No
Message-id <4C63FF6B.2020607@timgolden.me.uk>
In-reply-to <1281621454.71.0.765623785967.issue9575@psf.upfronthosting.co.za>
Content
See: http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx

I tried first with your exact path and it caused no issues on
my Win7 box. FWIW you could easily roll your own os.walk
(starting by copying the code that's there) if you needed
to roll in special-cases.

Could you provide a batch file / Python script which exactly
reproduces the issue and a cut-and-paste of the resulting
traceback. (Unless "crash" really does mean "crash").

Would you be able to narrow the issue down any further: see
if any other paths cause the same issue, or if a longer or
a shorter version of the path is problematic.

TJG
History
Date User Action Args
2010-08-12 14:04:36tim.goldensetrecipients: + tim.golden, aheejin
2010-08-12 14:04:32tim.goldenlinkissue9575 messages
2010-08-12 14:04:32tim.goldencreate