RustPython / Parser

MIT License
66 stars 24 forks source link

Fix bool format #90

Closed yt2b closed 1 year ago

yt2b commented 1 year ago

Related to https://github.com/RustPython/RustPython/issues/4950

bool format doesn't work correctly. I'll fix FormatSpec.format_bool.