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 terry.reedy, wyz23x2
Date 2020-06-26.01:25:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593134749.77.0.479526689908.issue41121@roundup.psfhosted.org>
In-reply-to
Content
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, which should be the same as printed by the same code executed directly by python.exe, without IDLE involved.  If IDLE displays a path as a result of other user actions, it displays the strings returned by os.path, or maybe someday by pathlib.

If you have specific complaints about the behavior of os.path, pathlib, or other stdlib functions, you could open a new issue.  But I strongly suggest posting to python-list first, as these functions are mostly old and their well-discussed behavior unlikely to be seen as a bug by the developers who maintain them.

If after posting to python-list (which I read), there appears to be a specific issue with IDLE, this could be re-opened.
History
Date User Action Args
2020-06-26 01:25:49terry.reedysetrecipients: + terry.reedy, wyz23x2
2020-06-26 01:25:49terry.reedysetmessageid: <1593134749.77.0.479526689908.issue41121@roundup.psfhosted.org>
2020-06-26 01:25:49terry.reedylinkissue41121 messages
2020-06-26 01:25:49terry.reedycreate