jupyter / jupyter_core

Core Jupyter functionality
https://jupyter-core.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
195 stars 181 forks source link

MAINT: Don't format logs in log call. #336

Closed Carreau closed 1 year ago

Carreau commented 1 year ago

In particular f-string:

There are many reason not to use f-string in logs,

But also % formatting in a couple of places.

See jupyter_client/jupyter_client#919 ipython/ipython#13903