Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

+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.

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34856>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to