Dmitry Kazakov added the comment:

I'm not sure what would be the best way to support negative limit for stack 
functions. Actually, I think the current behavior is not intuitive. For example 
we could make positive limit mean the same thing for traceback and stack 
functions (load N entries, starting from the caller), but in that case the 
change will inverse the behavior of code that uses stack functions. Since the 
traceback module is mostly used for printing/formatting the difference won't be 
crucial.

----------

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

Reply via email to