[Python-3000] A few small py3k wishes

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Apr 5 01:00:47 CEST 2006


Michael P. Soulier wrote:
> If
> one is going to use a method obviously taken from the stack ADT, having a
> method normally called push() would be less confusing.

I think the confusion here really starts with using
the name pop(), since it's not clear which end of
the list it pops from. It might have been better
to call it unappend() or something.

--
Greg


More information about the Python-3000 mailing list