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 terry.reedy
Recipients kristjan.jonsson, loewis, terry.reedy
Date 2009-01-16.10:02:43
SpamBayes Score 0.043911688
Marked as misclassified No
Message-id <1232100168.4.0.103828851843.issue4927@psf.upfronthosting.co.za>
In-reply-to
Content
I think path names should be printed with forward slashes on Windows as
well as elsewhere to avoid this type of confusion, and this.
>>> sb
'tmp\\foo'
>>> print(sb)
tmp\foo
(Of course I know why.)

Users have been advised on python-list by various people to enter
literal paths with forward slashes for the same reason.  Printing them
out that way would encourage and reinforce this.
History
Date User Action Args
2009-01-16 10:02:48terry.reedysetrecipients: + terry.reedy, loewis, kristjan.jonsson
2009-01-16 10:02:48terry.reedysetmessageid: <1232100168.4.0.103828851843.issue4927@psf.upfronthosting.co.za>
2009-01-16 10:02:44terry.reedylinkissue4927 messages
2009-01-16 10:02:43terry.reedycreate