[Python-Dev] I'd like list.pop to accept an optional second

Barry A. Warsaw bwarsaw@python.org
Thu, 22 Jul 1999 17:13:49 -0400 (EDT)


>>>>> "JF" == Jim Fulton <jim@digicool.com> writes:

    JF> list.get and list.pop are different, since get wouldn't modify
    JF> the list and pop would.

Right.  Would we need them both?