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 techtonik
Recipients docs@python, georg.brandl, techtonik
Date 2013-03-21.16:11:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363882304.21.0.610169125052.issue17494@psf.upfronthosting.co.za>
In-reply-to
Content
stack = []
stack.append(item)
stack.append(item)
stack.append(item)

This is an appropriate explanation of the stack in Python, the first frame is the frame that was put in first.


root/terminal - if you know what a stack is, you won't confuse it with a tree, if you don't - then in my opinion your top/bottom terminology won't help to gain understanding. root/terminal removes the ambiguity.


right/left is also a good alternative. Nobody imagines a stack growing right to left.
History
Date User Action Args
2013-03-21 16:11:44techtoniksetrecipients: + techtonik, georg.brandl, docs@python
2013-03-21 16:11:44techtoniksetmessageid: <1363882304.21.0.610169125052.issue17494@psf.upfronthosting.co.za>
2013-03-21 16:11:44techtoniklinkissue17494 messages
2013-03-21 16:11:44techtonikcreate