FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Introduce `_collections.OrderedDict` type (a.k.a. `collections.OrderedDict`) · Issue #3418 · RustPython/RustPython · GitHub

Introduce _collections.OrderedDict type (a.k.a. collections.OrderedDict) #3418

Description

Feature

When you see the collections module, there are two versions of collections.OrderedDict, pure Python implementation and implemented in CPython C code.

To check compatibility, run the below lines:

from _collections  import OrderedDict

It is not incompatible in public exposed APIs so you can close this issue if it is useless.

Python Documentation

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


    Back | FazBrowse Home | New Git URL