None & Ellipsis

Fred L. Drake, Jr. fdrake at acm.org
Mon Feb 21 13:53:34 EST 2000


Gerrit Holl writes:
 > Moshe Zadka wrote on 950937018:
 > > On Fri, 18 Feb 2000, Gerrit Holl wrote:
 > > 
 > > > >>> t=('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i')
 > > > >>> t1, t2, None, t4, t5, None, None, t8, None = t
 > > > >>> None
 > > > 'i'
 > > 
 > > >>> del None
 > > >>> None
 > > >>>
 > 
 > Ah...! Is this behaviour documented!
 > Thanks!

  Is there anything special about this behavior to document?


  -Fred

--
Fred L. Drake, Jr.	  <fdrake at acm.org>
Corporation for National Research Initiatives




More information about the Python-list mailing list