Closed as not planned
Description
Is your idea related to a problem? Please describe.
The recently implemented parameter formatter does not follow PEP 249 guidance.
Describe the solution you'd like
Instead of parameters being in the :name;
format, we should use the Python's standard PyFormat: %(name)s
.
P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.