Opened at 2020-10-15T13:29:50Z
Closed at 2020-11-06T14:08:54Z
#3476 closed defect (duplicate)
Create unicode-only-keys and bytes-only-keys dictionaries
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
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).
Change History (1)
comment:1 Changed at 2020-11-06T14:08:54Z by itamarst
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Ended up doing this in #3465's PR.