Opened at 2020-09-27T19:18:38Z
Closed at 2020-10-01T19:39:14Z
#3448 closed task (fixed)
Convert modules that only reference `unicode` to `str`
Reported by: | rpatterson | Owned by: | rpatterson |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | code | Version: | |
Keywords: | review-needed | Cc: | |
Launchpad Bug: |
Description
Modules that reference unicode but do not reference str can safely be converted to use str in a way that's closest to the way it should be done under Python 3 but that is still Python 2 compatible per `python-future`.
Identify these modules and make these changes.
Change History (6)
comment:1 Changed at 2020-09-27T19:19:18Z by rpatterson
- Keywords review-needed added
comment:2 Changed at 2020-09-30T15:17:18Z by exarkun
Is there a PR to review for this? I see a branch - https://github.com/tahoe-lafs/tahoe-lafs/tree/3448.convert-only-unicode-to-str - but no corresponding PR.
comment:3 Changed at 2020-09-30T16:41:15Z by rpatterson
Branch needed more work, just created the PR.
comment:4 Changed at 2020-10-01T19:39:13Z by Ross Patterson <me@…>
In 362c121/trunk:
comment:5 Changed at 2020-10-01T19:39:14Z by Ross Patterson <me@…>
In ae1aab6/trunk:
comment:6 Changed at 2020-10-01T19:39:14Z by Ross Patterson <me@…>
- Resolution set to fixed
- Status changed from new to closed
In 8355e0b/trunk:
Note: See
TracTickets for help on using
tickets.
Add missing keyword.