> I am suspecting some kind of a leak on a IO object like a file or socket
> descriptor is still open.
Are you sure you're closing them all? You mentioned a finally clause
so is it possible that your code is throwing an exception before you
clean everything up?
--
http://mail.python.org/mailma
Is it possible to extend google docs or create a new project in GAE
and use the google docs editor and all of its functionality?
--
http://mail.python.org/mailman/listinfo/python-list
On Nov 4, 4:21 pm, Prateek <[EMAIL PROTECTED]> wrote:
> On Nov 5, 1:52 am, Duncan Booth <[EMAIL PROTECTED]> wrote:
>
> > Prateek <[EMAIL PROTECTED]> wrote:
> > > I've been using Python for a while (4 years) so I feel like a moron
> > > writing this post because I think I should know the answer to t