Opened at 2020-08-12T19:35:20Z
Closed at 2020-08-20T17:24:38Z
#3378 closed defect (fixed)
Port allmydata.util.encodingutil to Python 3, part 2
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Doing everything in a single branch was too much, so splitting off some work.
- Rename to_str() to to_bytes(), to prevent confusion.
- quote_output() shouldn't return bytes on Python 3, it should stick to unicode.
- This then percolates to a bunch of quote_* functions, some of which might need to still be bytes? Not sure.
- ...
Change History (4)
comment:1 Changed at 2020-08-14T17:50:15Z by itamarst
comment:2 Changed at 2020-08-17T17:35:25Z by itamarst
- Keywords review added
comment:3 Changed at 2020-08-20T15:59:47Z by exarkun
- Keywords review removed
comment:4 Changed at 2020-08-20T17:24:38Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In f227b1b/trunk:
Note: See
TracTickets for help on using
tickets.
In progress, in branch.
Did item 1 above.