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 eli.bendersky
Recipients docs@python, eli.bendersky, ezio.melotti, georg.brandl, techtonik
Date 2013-03-21.17:11:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363885912.87.0.846658510217.issue17494@psf.upfronthosting.co.za>
In-reply-to
Content
Top/bottom is accepted and understood nomenclature when talking about stacks. Think about a stack of plates in the kitchen. You put a new plate on top, you take it out from top. That's it.

Now, lists are just one way to implement stacks, and printing them is also inconclusive in direction. Therefore I don't think we should mix the implementation/definition here and keep top/bottom.
History
Date User Action Args
2013-03-21 17:11:52eli.benderskysetrecipients: + eli.bendersky, georg.brandl, techtonik, ezio.melotti, docs@python
2013-03-21 17:11:52eli.benderskysetmessageid: <1363885912.87.0.846658510217.issue17494@psf.upfronthosting.co.za>
2013-03-21 17:11:52eli.benderskylinkissue17494 messages
2013-03-21 17:11:52eli.benderskycreate