Document dict behavior when setting equal but not identical key · Issue #91081 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@malthe

Description

@malthe

BPO 46925
Nosy @rhettinger, @methane, @malthe, @JelleZijlstra, @potiuk
PRs Replace key if not identical to old key in dict #31685

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None closed_at = None created_at = <Date 2022-03-04.23:25:53.644> labels = ['3.11', 'type-bug', '3.9', '3.10', 'docs'] title = 'Document dict behavior when setting equal but not identical key' updated_at = <Date 2022-03-07.10:13:25.530> user = 'https://github.com/malthe'

bugs.python.org fields:

activity = <Date 2022-03-07.10:13:25.530> actor = 'potiuk' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2022-03-04.23:25:53.644> creator = 'malthe' dependencies = [] files = [] hgrepos = [] issue_num = 46925 keywords = [] message_count = 9.0 messages = ['414554', '414560', '414562', '414572', '414581', '414586', '414607', '414636', '414652'] nosy_count = 6.0 nosy_names = ['rhettinger', 'methane', 'docs@python', 'malthe', 'JelleZijlstra', 'potiuk'] pr_nums = ['31685'] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue46925' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

Linked PRs