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 Yonatan Goldschmidt
Recipients Yonatan Goldschmidt, andrewnester, eryksun, kamilturek, larry, miserlou, sayanchowdhury, serhiy.storchaka, wrohdewald, xiang.zhang
Date 2021-05-01.14:08:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619878097.92.0.851935130543.issue29657@roundup.psfhosted.org>
In-reply-to
Content
Just reached this issue independently (spent a few minutes debugging an error message like "FileExistsError: [Errno 17] File exists: 'a' -> 'b'", where 'a' didn't exist...)

I agree with Rich on this - for me, the source of confusion was that the way Python uses the arrow notation is just swapped from how ls(1) uses it.

Stage is "patch review" but I couldn't find any PR for it; if we're good with Larry's solution then I'm happy to post a PR implementing it.
History
Date User Action Args
2021-05-01 14:08:17Yonatan Goldschmidtsetrecipients: + Yonatan Goldschmidt, larry, wrohdewald, serhiy.storchaka, eryksun, sayanchowdhury, xiang.zhang, andrewnester, miserlou, kamilturek
2021-05-01 14:08:17Yonatan Goldschmidtsetmessageid: <1619878097.92.0.851935130543.issue29657@roundup.psfhosted.org>
2021-05-01 14:08:17Yonatan Goldschmidtlinkissue29657 messages
2021-05-01 14:08:17Yonatan Goldschmidtcreate