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:
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)
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:
And cpython tests need: