En Fri, 03 Aug 2007 10:38:17 -0300, Robert Rawlins - Think Blue
<[EMAIL PROTECTED]> escribió:
> Thanks for your ideas guys,
>
> I'm unfortunately tied to 2.4 so don't have the full try except status,
> but
> I'm now working with the following code:
>
> def addApp(self, event):
>
"Robert Rawlins - Think Blue" <[EMAIL PROTECTED]>
wrote in news:[EMAIL PROTECTED]:
> Thanks for your ideas guys,
>
> I'm unfortunately tied to 2.4 so don't have the full try except
> status, but I'm now working with the following code:
>
> def addApp(self, event):
> try:
>
gust 2007 14:20
To: python-list@python.org
Subject: Re: File Handling & TRY/EXCEPT
Robert Rawlins - Think Blue wrote:
> Hello Guys,
>
>
>
> I'm looking for some advice on how best to handle file read/write errors
> with try/except as i'm a little vague on this, I
Robert Rawlins - Think Blue wrote:
> Hello Guys,
>
>
>
> I’m looking for some advice on how best to handle file read/write errors
> with try/except as i’m a little vague on this, I have a small memory
> leak in my app and I’m starting to think its generated by my log file
> write. For an exa
"Robert Rawlins - Think Blue" <[EMAIL PROTECTED]>
wrote in news:[EMAIL PROTECTED]:
> This is a multipart message in MIME format.
>
> --=_NextPart_000_00B0_01C7D5B0.02EB8BA0
> Hello Guys,
>
>
>
> I'm looking for some advice on how best to handle file read/write
> errors with try/except as