Skip to content

iteritems improvement #43

Open
Open
@JensRantil

Description

@JensRantil

http://docs.quantifiedcode.com/python-anti-patterns/performance/not_using_iteritems_to_iterate_large_dict.html should probably also mention that using items() isn't an anti-pattern in Python in which iteritems() has been removed and items() always returns an iterator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions