Skip to content

datetime implementation #233

@xrmx

Description

@xrmx

Opened the issue to avoid other people trying to port Cpython's pure python datetime
implementation and find out that is blocked by the following micropython issue: micropython/micropython#3391

That specific datetime implementation needs:

  • time.strptime

And cpython tests need:

  • decimal.Decimal
  • test.support.is_resource_enabled
  • test.support.requires_IEEE_754
  • test.support.run_with_tz
  • random.randrange (aliasing urandom)

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