## Feature ``` >>>>> f"{1234:10,}" '00,001,234' ``` But in Python 3.13.5, `f"{1234:10,}"` results in `' 1,234'`. I'll investigate the cause.