Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/objstr: Support '{:08}'.format("Jan") like Python 3.10. | Jeff Epler | 2022-01-19 |
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> |