list.without()?

Mike Fletcher mcfletch at vrtelecom.com
Wed Nov 17 00:06:45 EST 1999


Nope, not a big difference.  Requires a few extra steps if the original list
is [], testing for list "truth" is pretty fast.

Cheers,
Mike

-----Original Message-----
From: python-list-admin at python.org
[mailto:python-list-admin at python.org]On Behalf Of Robert Vollmert
Sent: November 16, 1999 4:14 PM
To: python-list at python.org
Subject: Re: list.without()?

...

Would it make a big difference if
  while temp:
were replaced by
  while 1:
?
...





More information about the Python-list mailing list