[Kinda stealing the thread]
On Tue, Jan 09, 2007 at 09:05:30PM -0300, Gabriel Genellina wrote:
> And do you actually need so many open files simultaneously?
> Try to close them explicitely when you finish working on them - do
> not rely on GC for closing files. This has *always* been the
> recom
On Wed, December 20, 2006 22:09, Pyenos wrote:
> class pid:
> "pid"
> def add(original_pid,toadd):
[...]
> def remove(something_to_remove_from,what):
[...]
> def modify(source,element,changewiththis):
[...]
> why do i get an error?
Did you copy'n'pasted the code here or typed it d