Message11741

Author jeff.allen
Recipients jeff.allen, memoselyk, zyasoft
Date 2018-03-03.17:48:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520099297.28.0.467229070634.issue2467@psf.upfronthosting.co.za>
In-reply-to
Content
Strings coming from Java are unicode objects (in 2.7), so if Python can only tolerate str types we should be encoding at this point with str().

If non-ascii thread names are a serious possibility, I suggest we use the *conventional* file system encoding (sys.getfilesystemencoding()).

Fairly simple (I think) but also not a blocker to 2.7.2.
History
Date User Action Args
2018-03-03 17:48:17jeff.allensetmessageid: <1520099297.28.0.467229070634.issue2467@psf.upfronthosting.co.za>
2018-03-03 17:48:17jeff.allensetrecipients: + jeff.allen, zyasoft, memoselyk
2018-03-03 17:48:17jeff.allenlinkissue2467 messages
2018-03-03 17:48:16jeff.allencreate