Hi,
I have a class with attributes that are string, integer and list. eg.
class person:
name =""
age = 0
friends=[]
comment=""
me = person()
I want to save a whole bunch of instances to a file, a classic "records"
file I/O.
To write the file, I can do f.write
Thanks... works like a charm :-)
On Wed, 26 Jan 2005 12:55:38 +0100, Peter Maas <[EMAIL PROTECTED]> wrote:
Johan Kohler schrieb:
class person:
name =""
age = 0
friends=[]
comment=""""""
me = person()
Otherwise, what is the
Hi,
I'm using CGIHTTPServer (via its test() method) to test some CGI on my
Windoze 98 box. I find that the execution is very slow. Is there
anything I can do to make sure I'm getting the best performance out of
CGIHTTPServer?
Thanks in advance,
Johan
On Tue, 8 Mar 2005 10:25:46 +0100 (CET), <[EMAIL PROTECTED]>
wrote:
I'm using CGIHTTPServer (via its test() method) to test some CGI on my
Windoze 98 box. I find that the execution is very slow. Is there
anything I can do to make sure I'm getting the best performance out of
CGIHTTPServer?
Co