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 wyz23x2
Recipients terry.reedy, wyz23x2
Date 2020-06-26.00:39:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593131996.15.0.810805965142.issue41121@roundup.psfhosted.org>
In-reply-to
Content
Python supports "/" and "\" separators on Windows.
So in IDLE, the path shown sometimes is:
D:\xxx\xxx
Sometimes is:
D:/xxx/xxx

That isn't right.
History
Date User Action Args
2020-06-26 00:39:56wyz23x2setrecipients: + wyz23x2, terry.reedy
2020-06-26 00:39:56wyz23x2setmessageid: <1593131996.15.0.810805965142.issue41121@roundup.psfhosted.org>
2020-06-26 00:39:56wyz23x2linkissue41121 messages
2020-06-26 00:39:55wyz23x2create