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

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

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)`.
itamarst added the
unknown
normal
defect
n/a
labels 2020-10-15 13:29:50 +00:00
itamarst added this to the Support Python 3 milestone 2020-10-15 13:29:50 +00:00
itamarst self-assigned this 2020-10-15 13:29:50 +00:00
Author

Ended up doing this in #3465's PR.

Ended up doing this in #3465's PR.
itamarst added the
duplicate
label 2020-11-06 14:08:54 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

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