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 georg.brandl
Recipients docs@python, georg.brandl, techtonik
Date 2013-03-21.06:20:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363846808.4.0.825882508285.issue17494@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I find your suggested termini more confusing.

* first/last: the first that was put onto the stack (i.e. bottom) or the first to be popped off (i.e. top)?

* root/terminal: that makes you think of trees, but a stack is not a tree.

top/bottom is the established wording for referring to a stack's positions, and its internal representation as a list is secondary.
History
Date User Action Args
2013-03-21 06:20:08georg.brandlsetrecipients: + georg.brandl, techtonik, docs@python
2013-03-21 06:20:08georg.brandlsetmessageid: <1363846808.4.0.825882508285.issue17494@psf.upfronthosting.co.za>
2013-03-21 06:20:08georg.brandllinkissue17494 messages
2013-03-21 06:20:08georg.brandlcreate