Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-19 | py/objstr: Support '{:08}'.format("Jan") like Python 3.10. | Jeff Epler | |
The new test has an .exp file, because it is not compatible with Python 3.9 and lower. See CPython version of the issue at https://bugs.python.org/issue27772 Signed-off-by: Jeff Epler <jepler@gmail.com> |