Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused runtime string formatting logic (#6624)
In #6616 we are adding support for nested replacements in format specifiers which makes actually formatting strings infeasible without a great deal of complexity. Since we're not using these functions (they just exist for runtime use in RustPython), we can just remove them.
- Loading branch information