[Python-Dev] Re: Sets: elt in dict, lst.include - really begs for a PEP

Barry A. Warsaw barry@digicool.com
Wed, 31 Jan 2001 12:20:24 -0500


>>>>> "FL" == Fredrik Lundh <fredrik@pythonware.com> writes:

    FL> shouldn't that be xitems, xkeys, xvalues?

Or iitems(), ikeys(), ivalues()?

Personally, I don't much care.  If we get consensus on the more
important issue of going with methods instead of new syntax, I'm sure
Guido will pick whatever method names appeal to him most.

-Barry