Opened at 2023-03-23T11:34:55Z
#3995 new defect
Remove the various dead code from `src/allmydata/util/base32.py`
Reported by: | exarkun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
- could_be_base32_encoded is "look before you leap". If you want to know if it is base32 encoded, decode it and find out. This should be removed.
- A lot of module-level constants like c2vtranstable and rfc3548_alphabet are unnecessary if we don't have could_be_base32_encoded.
Delete the stuff in this module that we don't actually use or need.
Note: See
TracTickets for help on using
tickets.