Open
Description
- make TypeError compile-time (maybe?)
- cleanup export (some inner symbols exported now)
- wrap for noWeridTarget method(e.g calling astimezone() without tz param)
- cleanup datetime_impl/inner_decl
- print(
<datetime>
) produces result of system.repr - '%:z' was added since Python3.12
- multi-format of fromisoformat since 3.11
- strftime: if raising ValueError for unknown directive is OS-dependent (we shall add a compile option)
- support %u for strftime