Re: Is there a commas-in-between idiom?

2006-11-09 Thread Peter van Kampen
On 2006-11-08, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > At Wednesday 8/11/2006 16:51, Peter van Kampen wrote: > >>""" >>A = B = [] # both names will point to the same list >>""" >> >>I've been bitten by this once o

Re: Is there a commas-in-between idiom?

2006-11-09 Thread Peter van Kampen
On 2006-11-08, Georg Brandl <[EMAIL PROTECTED]> wrote: > Peter van Kampen schrieb: >> On 2006-11-06, Fredrik Lundh <[EMAIL PROTECTED]> wrote: >>> I've collected a bunch of list pydioms and other notes here: >>> >>> http://effbot.org/zone/

Re: Is there a commas-in-between idiom?

2006-11-08 Thread Peter van Kampen
en by this once or twice in the past, but I have always wondered what it was useful for? Can anybody enlighten me? TIA, PterK -- Peter van Kampen pterk -- at -- datatailors.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Apache & Python 500 Error

2005-02-03 Thread Peter van Kampen
der with at least the content-type. A header is followed by an empty line. #!/usr/bin/env python import os print "Content-type: text/html" print print os.getcwd() -- Peter van Kampen pterk -- at -- datatailors.com -- http://mail.python.org/mailman/listinfo/python-list