Roundup Tracker - Issues

Message6120

Author joseph_myers
Recipients ber, cmeerw, joseph_myers, rouilj
Date 2018-07-21.21:15:59
Message-id <1532207759.52.0.56676864532.issue2550960@psf.upfronthosting.co.za>
In-reply-to
I think the version of that TAL code in Roundup is deliberately avoiding
Python 2 unicode (such as via ustr = str), hence being OK for it to use
io.BytesIO in Python 2 like other StringIO / cStringIO uses.  (But the
consolidation of different variants of StringIO on io.BytesIO certainly
has the potential to be one of the riskier changes, since it's not
formally a no-op with Python 2 although it's not meant to actually
change how anything behaves with Python 2.)
History
Date User Action Args
2018-07-21 21:15:59joseph_myerssetmessageid: <1532207759.52.0.56676864532.issue2550960@psf.upfronthosting.co.za>
2018-07-21 21:15:59joseph_myerssetrecipients: + joseph_myers, ber, rouilj, cmeerw
2018-07-21 21:15:59joseph_myerslinkissue2550960 messages
2018-07-21 21:15:59joseph_myerscreate