roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.03k stars 205 forks source link

replace all `%` with `.format()` in python code #512

Closed adrianopol closed 1 year ago

adrianopol commented 1 year ago

https://docs.python.org/2/library/stdtypes.html#str.format :

format(*args, **kwargs) This method of string formatting is the new standard in Python 3, and should be preferred to the % formatting described in String Formatting Operations in new code.

adrianopol commented 1 year ago

PRs:

maximeborges commented 1 year ago

@maximeborges

Why are you pinging me there? And what is the point of your four comments here?

gavv commented 1 year ago

Seems this task really excites the minds

534

gavv commented 1 year ago

Landed