Ethan Furman <[email protected]> added the comment: I make sure to use %r in error-reporting and debugging messages precisely because it's output is (usually) valid python. If I see a 1 without quotes I know it's a number, and with quotes I know it's a string.
-1 ---------- nosy: +ethan.furman _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32157> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
