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 ThurnerRupert, eric.smith, ncoghlan, r.david.murray, terry.reedy, tim.golden
Date 2009-06-15.14:54:27
SpamBayes Score 0.0009852805
Marked as misclassified No
Message-id <4A366094.70003@timgolden.me.uk>
In-reply-to <1245077431.41.0.698343421952.issue6208@psf.upfronthosting.co.za>
Content
Eric Smith wrote:
> Eric Smith <eric@trueblade.com> added the comment:
> 
>> So is this a cosmetic issue or a functional issue? 
> 
> It's a cosmetic issue.
> 
>> Also, even if it could figure that out, how would it know whether
>> a particular filename "stringification" with os.path.join() was 
>> intended for display to the user or to be passed to a Windows API?
> 
> The Windows API's (at least every one I've ever called) take either
> slashes or backslashes, so it wouldn't matter.

Just for information's sake, the shell APIs usually only accept backslashes.

TJG
History
Date User Action Args
2009-06-15 14:54:28tim.goldensetrecipients: + tim.golden, terry.reedy, ncoghlan, eric.smith, ThurnerRupert, r.david.murray
2009-06-15 14:54:27tim.goldenlinkissue6208 messages
2009-06-15 14:54:27tim.goldencreate