On Wed, 11 Apr 2007, Chris Abraham wrote: [...] > Does this make sense? What have been your findings? We're not sure why > you think that the latest patched Python 2.5 fixes this problem.
Because that patch explicitly closes file descriptors which would otherwise not always go away (at least, not immediately -- IIRC, gc at least usually cleans them up). Sorry if I'm taking your question too literally... John _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
