Re: Deserializing specific objects from a file

2007-09-19 Thread Aaron J. M.
That's exactly what I needed. Thank you. Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list

Deserializing specific objects from a file

2007-09-18 Thread Aaron J. M.
oes anyone here know what techniques I have to employ here? Thank you, Aaron J. M. P.S. Is it *deserialize* or *unserialize*? -- http://mail.python.org/mailman/listinfo/python-list

Re: Pausing and Unpausing Threads

2007-08-13 Thread Aaron J. M.
m to > finish. Ah, thank you very much. :) - Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list

Re: Pausing and Unpausing Threads

2007-08-12 Thread Aaron J. M.
want to do serialization or other kinds of cleanup. Have people encountered something like this before? Thank you, Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list

Re: Pausing and Unpausing Threads

2007-08-12 Thread Aaron J. M.
t(action) #could add code to ensure > #an > execute attribute Thank you very much for your help. :) I'll get to work on this now. Cheers, Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list

Pausing and Unpausing Threads

2007-08-11 Thread Aaron J. M.
: if self.__action is None: self.__action = action I'm worried that this loop may wast some CPU cycles, and wonder if there's a better way through thread synchronization using such things as Events or Conditions. Thank you, Aaron J. M. -- http://mail.python.org/mailman/listinfo/python-list