+1 for this, I would use it all the time for debugging and tracing programs
breakpoints and IDE’s can be nice, but my code is filled with lines like:
logger.debug(f“transaction_id={transaction_id}, state={state},
amount={amount}, etc={etc}”)
So yeah, well +10 actually :-)
/rene
_______________________________________________
Python-ideas mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/
