Message11741
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. |
|
Date |
User |
Action |
Args |
2018-03-03 17:48:17 | jeff.allen | set | messageid: <1520099297.28.0.467229070634.issue2467@psf.upfronthosting.co.za> |
2018-03-03 17:48:17 | jeff.allen | set | recipients:
+ jeff.allen, zyasoft, memoselyk |
2018-03-03 17:48:17 | jeff.allen | link | issue2467 messages |
2018-03-03 17:48:16 | jeff.allen | create | |
|