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 ezio.melotti, gvanrossum, serhiy.storchaka, vstinner
Date 2016-01-12.17:49:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452620949.0.0.971349873919.issue26090@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can make this feature available with classic formatting '%.100r', but with new formatting '{0:.100!r}' (especially with f-strings) this can be not so easy.
History
Date User Action Args
2016-01-12 17:49:09serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, ezio.melotti
2016-01-12 17:49:09serhiy.storchakasetmessageid: <1452620949.0.0.971349873919.issue26090@psf.upfronthosting.co.za>
2016-01-12 17:49:08serhiy.storchakalinkissue26090 messages
2016-01-12 17:49:08serhiy.storchakacreate