mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
79474c6b16
C's printf will pad nan/inf differently to CPython. Our implementation originally conformed to C, now it conforms to CPython's way. Tests for this are also added in this patch.