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 rhettinger
Recipients gvanrossum, rhettinger, serhiy.storchaka, terry.reedy
Date 2018-10-05.23:51:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538783518.89.0.545547206417.issue34856@psf.upfronthosting.co.za>
In-reply-to
Content
+0 This would help with debugging and would compensate for the lack of a docstring.  FWIW, I've found the new longer repr's for regex match objects to be helpful, and this would be another step in the right direction.

Terry's suggestion to truncate a long repr makes sense.  The repr's for long lists and dicts are different in that they are expected to round-trip, but there is no such expectation for lambdas.
History
Date User Action Args
2018-10-05 23:51:58rhettingersetrecipients: + rhettinger, gvanrossum, terry.reedy, serhiy.storchaka
2018-10-05 23:51:58rhettingersetmessageid: <1538783518.89.0.545547206417.issue34856@psf.upfronthosting.co.za>
2018-10-05 23:51:58rhettingerlinkissue34856 messages
2018-10-05 23:51:58rhettingercreate