On Wed, 2006-10-25 at 11:18 +0200, Dirk Meyer wrote:
> WTF is that? I never saw an EOF exception before. Can this only happen
> in pickle?
Yes, if the pickle file is truncated or otherwise corrupt, it can
generate this exception.
--
Dirk Meyer wrote:
> Duncan Webb wrote:
>> Author: duncan
>> Date: Wed Oct 25 07:10:34 2006
>> New Revision: 8472
>>
>> Modified:
>>branches/rel-1/freevo/src/helpers/rssPeriodic.py
>>
>> Log:
>> Buf fix, didn't detect EOF.
>>
>>
>> Modified: branches/rel-1/freevo/src/helpers/rssPeriodic.py
>> ==