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 cjw296, ezio.melotti, michael.foord, ncoghlan, r.david.murray, serhiy.storchaka
Date 2014-06-24.06:33:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403591624.51.0.81538462771.issue21820@psf.upfronthosting.co.za>
In-reply-to
Content
Will be enough just to increase default maximal string length (_MAX_LENGTH) to say 200? I think we can do this even in a bug fix release for 3.4. We can also increase the number of tail characters (_MIN_BEGIN_LEN and _MIN_END_LEN).

I'm against the "don't trigger on non-strings", because the repr of non-strings can be pretty large.
History
Date User Action Args
2014-06-24 06:33:44serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, cjw296, ezio.melotti, r.david.murray, michael.foord
2014-06-24 06:33:44serhiy.storchakasetmessageid: <1403591624.51.0.81538462771.issue21820@psf.upfronthosting.co.za>
2014-06-24 06:33:44serhiy.storchakalinkissue21820 messages
2014-06-24 06:33:44serhiy.storchakacreate