Message6118
just been looking at the FasterStringIO thing a bit more...
so there were comments in the code warning not to use cStringIO in this
case because of unicode issues; now the patches actually use io.ByteIO
(in Python 2) which certainly doesn't accept unicode. But maybe that's
actually ok because of a roundup specific modification to
TALInterpreter.py: "Modifications for Roundup: 1. implemented ustr as
str" But then FasterStringIO should be removed completely. |
|
Date |
User |
Action |
Args |
2018-07-21 21:10:46 | cmeerw | set | messageid: <1532207446.07.0.56676864532.issue2550960@psf.upfronthosting.co.za> |
2018-07-21 21:10:46 | cmeerw | set | recipients:
+ cmeerw, ber, rouilj, joseph_myers |
2018-07-21 21:10:46 | cmeerw | link | issue2550960 messages |
2018-07-21 21:10:45 | cmeerw | create | |
|