Roundup Tracker - Issues

Message6118

Author cmeerw
Recipients ber, cmeerw, joseph_myers, rouilj
Date 2018-07-21.21:10:45
Message-id <1532207446.07.0.56676864532.issue2550960@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2018-07-21 21:10:46cmeerwsetmessageid: <1532207446.07.0.56676864532.issue2550960@psf.upfronthosting.co.za>
2018-07-21 21:10:46cmeerwsetrecipients: + cmeerw, ber, rouilj, joseph_myers
2018-07-21 21:10:46cmeerwlinkissue2550960 messages
2018-07-21 21:10:45cmeerwcreate