[docs] [issue25573] FrameSummary repr() does not support previously working uses of repr in traceback module

R. David Murray report at bugs.python.org
Fri Sep 9 14:30:44 EDT 2016


R. David Murray added the comment:

I take it back.  Since tuple(framesummary) produces all four elements, I think the repr should too.  Likewise, in the __len__ issue I think it should always report 4.

Let see if other devs agree.

----------
resolution: fixed -> 
stage: resolved -> needs patch
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25573>
_______________________________________


More information about the docs mailing list