[docs] [issue17494] References to stack bottom are confusing

Ezio Melotti report at bugs.python.org
Thu Mar 21 17:26:03 CET 2013


Ezio Melotti added the comment:

Using "first" makes some sense, since it's talking about "previous", but I agree it might be confused with the top frame too.  What about this wording then:
-f_back is to the previous stack frame (towards the caller),
-or None if this is the bottom stack frame;
+f_back is to the previous stack frame (towards the caller),
+or None if this is the first frame at the bottom of the stack;

----------
nosy: +ezio.melotti
status: pending -> open

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


More information about the docs mailing list