da4089 / simplefix

Simple FIX protocol implementation for Python
MIT License
229 stars 63 forks source link

Use f-strings for ease-of-use and performance #42

Closed da4089 closed 1 year ago

da4089 commented 1 year ago

Now that 3.6 is the minimum supported Python version, we can start using f-strings. Check through all string formatting, and see if there are places it makes sense to change.