Message12748

Author pekka.klarck
Recipients jeff.allen, pekka.klarck
Date 2019-11-04.11:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572867185.2.0.535254087619.issue2820@roundup.psfhosted.org>
In-reply-to
Content
In my opinion the problem with `sys.path` entries that are bytes and cannot be decoded should be fixed. If I've understood the problem correctly, it shouldn't require anything more than ignoring such `sys.path` entries and moving to the next one.

It would also be good to support system encoding (not blindly UTF-8) with `sys.path` entries to be compatible with CPython. Because Unicode strings work with both, I don't think this is too high priority. Probably better to direct limited development resources to more important issues or to Jython 3 where `sys.path` entries are always Unicode anyway.
History
Date User Action Args
2019-11-04 11:33:05pekka.klarcksetmessageid: <1572867185.2.0.535254087619.issue2820@roundup.psfhosted.org>
2019-11-04 11:33:05pekka.klarcksetrecipients: + pekka.klarck, jeff.allen
2019-11-04 11:33:05pekka.klarcklinkissue2820 messages
2019-11-04 11:33:05pekka.klarckcreate