Re: [issue2551019] roundup.cgi.actions.ExportCSVAction broken for python3
Joseph Myers <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
Existing practice in the Roundup code for such cases (converting something that in Python 3 might be a str or bytes object to bytes) is to use bs2b (from roundup.anypy.strings). -- Joseph S. Myers [email protected]