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 steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-15.15:26:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565882800.4.0.566270599588.issue37834@roundup.psfhosted.org>
In-reply-to
Content
> I assume you're talking about realpath() here ...

Yes, and so are you :) Let's move that discussion to issue9949 and/or PR 15287.

> I think os.chdir should raise an exception when passed a device path.

When the OS starts returning an error code for this case, we can start raising an exception. It might be worth reporting these cases though, as you're right that they don't seem to be handled correctly.
History
Date User Action Args
2019-08-15 15:26:40steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2019-08-15 15:26:40steve.dowersetmessageid: <1565882800.4.0.566270599588.issue37834@roundup.psfhosted.org>
2019-08-15 15:26:40steve.dowerlinkissue37834 messages
2019-08-15 15:26:39steve.dowercreate