Fix f-string format spec by fanninpm · Pull Request #3532 · RustPython/RustPython
I was using CPython 3.9's Lib/test/test_fstring.py as an implementation guide to track my progress, but there's still a long way to go, particularly w/r/t escape sequences.
Should fix #3531.