Terry J. Reedy added the comment:
This complaint is way too vague to work with. And for anything specific, it is
almost certainly misdirected as the behavior is almost certainly not an IDLE
issue. If your code, which is executed by python, not by IDLE, prints a path,
IDLE displays it as is
New submission from wyz23x2 :
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.
--
assignee: terry.reedy
components: IDLE
messages: 372395
nosy: terry.reedy, wyz23x2
priority: normal
severit