-----Original Message----- From: Bob Gailer [mailto:[EMAIL PROTECTED] Sent: Monday, February 26, 2007 3:53 PM To: Smith, Jeff Cc: [email protected] Subject: Re: [Tutor] Another list comprehension question
>> files = list() >Or just files = [] I tend to prefer the former since it has a more OO feel to it... Jeff _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
