#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

Ended up doing this in #3465's PR.

Note: See TracTickets for help on using tickets.