Opened at 2020-07-13T18:47:55Z
Closed at 2020-07-22T13:36:17Z
#3342 closed defect (fixed)
Port base32 and base62 to Python 3
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Change History (4)
comment:1 Changed at 2020-07-13T20:27:30Z by itamarst
comment:2 Changed at 2020-07-14T17:48:53Z by itamarst
- Keywords review added
comment:3 Changed at 2020-07-20T14:57:33Z by exarkun
- Keywords review removed
comment:4 Changed at 2020-07-22T13:36:17Z by itamarst
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Once #3343 is merged, the plan is to rip out much of base32's implementation code and replace it with Python's version in the base64 module.