This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients eric.smith, pitrou, serhiy.storchaka, tebeka
Date 2019-09-19.10:18:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568888319.75.0.211501985187.issue38222@roundup.psfhosted.org>
In-reply-to
Content
Or use !s or !r.

In some cases it may be even better to use both convertions: f'{str(path)!r:>50}'.

This is all application specific, so I do not think we should rethink our old decision. Explicit is better than implicit.
History
Date User Action Args
2019-09-19 10:18:39serhiy.storchakasetrecipients: + serhiy.storchaka, tebeka, pitrou, eric.smith
2019-09-19 10:18:39serhiy.storchakasetmessageid: <1568888319.75.0.211501985187.issue38222@roundup.psfhosted.org>
2019-09-19 10:18:39serhiy.storchakalinkissue38222 messages
2019-09-19 10:18:39serhiy.storchakacreate