Create unicode-only-keys and bytes-only-keys dictionaries #3476

Closed
opened 2020-10-15 13:29:50 +00:00 by itamarst · 1 comment
itamarst commented 2020-10-15 13:29:50 +00:00
Owner

This will be helpful with Python 3p porting for places where it's hard to enforce with asserts, either due to extensive usage or things like x in dict or dict.get(x, default).

This will be helpful with Python 3p porting for places where it's hard to enforce with asserts, either due to extensive usage or things like `x in dict` or `dict.get(x, default)`.
tahoe-lafs added the
unknown
normal
defect
n/a
labels 2020-10-15 13:29:50 +00:00
tahoe-lafs added this to the Support Python 3 milestone 2020-10-15 13:29:50 +00:00
itamarst commented 2020-11-06 14:08:54 +00:00
Author
Owner

Ended up doing this in #3465's PR.

Ended up doing this in #3465's PR.
tahoe-lafs added the
duplicate
label 2020-11-06 14:08:54 +00:00
itamarst closed this issue 2020-11-06 14:08:54 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/trac-2024-07-25#3476
No description provided.