[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3448: Convert modules that only reference `unicode` to `str`
Tahoe-LAFS
trac at tahoe-lafs.org
Sun Sep 27 19:18:38 UTC 2020
#3448: Convert modules that only reference `unicode` to `str`
------------------------+----------------------------------
Reporter: rpatterson | Owner: rpatterson
Type: task | Status: new
Priority: normal | Milestone: Support Python 3
Component: code | Version:
Keywords: | Launchpad Bug:
------------------------+----------------------------------
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 [https://python-
future.org/compatible_idioms.html?highlight=unicode#unicode per `python-
future`].
Identify these modules and make these changes.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3448>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list